edit shop tab bar

parent 8fca03fd
...@@ -72,7 +72,9 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi ...@@ -72,7 +72,9 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
icon: Icon(Icons.arrow_back_ios, color: Colors.white), icon: Icon(Icons.arrow_back_ios, color: Colors.white),
onPressed: () => Navigator.of(context).pop(), onPressed: () => Navigator.of(context).pop(),
), ),
title: Text("Thai Body Balance"), title: Center(child:Text("Thai Body Balance",style:TextStyle(
color:Colors.white,
fontSize: 25)),),
floating: true, floating: true,
pinned: false, pinned: false,
snap: true, snap: true,
...@@ -146,7 +148,7 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi ...@@ -146,7 +148,7 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
]; ];
}, },
body: new Container( body: new Container(
// height: double.maxFinite, height: double.maxFinite,
child: new TabBarView( child: new TabBarView(
controller: _controller, controller: _controller,
children: <Widget>[ children: <Widget>[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment