You can use ButtonBar multi child layout widget. Example: import 'package:flutter/material.dart'; void main() { runApp(new MaterialApp( ...
確定! 回上一頁