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