摘要: structure and navigation Appbar BottomNavigationBar Drawer MaterialApp Scaffold SliverAppBar TabBar TabBarView WidgetsApp 阅读全文
posted @ 2020-10-09 11:52 富坚老贼 阅读(108) 评论(0) 推荐(0) 编辑
摘要: Divider 分割线 Column( children: [ Container( color: Colors.amber, child: const Center( child: Text('上'), ), ), Divider( //分割线颜色 color: Colors.black, //前 阅读全文
posted @ 2020-10-09 08:54 富坚老贼 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 一、material风格 # Buttons MaterialButton\RaisedButton\FlatButton\IconButton\FloatingActionButton\OutlineButton\DropdownButton # Dialogs, alerts, and pane 阅读全文
posted @ 2020-10-09 08:36 富坚老贼 阅读(135) 评论(0) 推荐(0) 编辑