1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

web: dartfmt all files

This commit is contained in:
Kevin Moore
2019-06-14 10:45:34 -07:00
parent 7a42263344
commit 3bad92abb6
8 changed files with 61 additions and 62 deletions

View File

@@ -143,8 +143,7 @@ class ScrollableTabsDemoState extends State<ScrollableTabsDemo>
value: TabsDemoStyle.iconsAndText,
child: Text('Icons and text')),
const PopupMenuItem<TabsDemoStyle>(
value: TabsDemoStyle.iconsOnly,
child: Text('Icons only')),
value: TabsDemoStyle.iconsOnly, child: Text('Icons only')),
const PopupMenuItem<TabsDemoStyle>(
value: TabsDemoStyle.textOnly, child: Text('Text only')),
],