web: dartfmt all files

pull/92/head
Kevin Moore 5 years ago
parent 7a42263344
commit 3bad92abb6

@ -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')),
],

Loading…
Cancel
Save