|
|
|
|
@ -60,12 +60,12 @@ class _FindUsPageState extends State<FindUsPage> with SingleTickerProviderStateM
|
|
|
|
|
child: Container(
|
|
|
|
|
height: 60.0,
|
|
|
|
|
margin: EdgeInsets.only(top: 10.0),
|
|
|
|
|
width: MediaQuery.of(context).size.width * 0.9,
|
|
|
|
|
width: MediaQuery.of(context).size.width *0.92,// 0.9,
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
border: Border(
|
|
|
|
|
bottom: BorderSide(
|
|
|
|
|
color: Theme.of(context).dividerColor,
|
|
|
|
|
width: 0.7),
|
|
|
|
|
width: 0.9),//width: 0.7
|
|
|
|
|
),
|
|
|
|
|
color: Colors.white),
|
|
|
|
|
child: Center(
|
|
|
|
|
@ -73,11 +73,13 @@ class _FindUsPageState extends State<FindUsPage> with SingleTickerProviderStateM
|
|
|
|
|
isScrollable: true,
|
|
|
|
|
controller: _tabController,
|
|
|
|
|
indicatorWeight: 5.0,
|
|
|
|
|
indicatorSize: TabBarIndicatorSize.label,
|
|
|
|
|
//indicatorSize: TabBarIndicatorSize.label,
|
|
|
|
|
indicatorSize: TabBarIndicatorSize.tab,
|
|
|
|
|
|
|
|
|
|
indicatorColor: Colors.red[800],
|
|
|
|
|
labelColor: Theme.of(context).primaryColor,
|
|
|
|
|
labelPadding:
|
|
|
|
|
EdgeInsets.only(top: 4.0, left: 18.0, right: 18.0),
|
|
|
|
|
EdgeInsets.only(top: 4.0, left: 35.0, right: 35.0),
|
|
|
|
|
unselectedLabelColor: Colors.grey[800],
|
|
|
|
|
tabs: [
|
|
|
|
|
Container(
|
|
|
|
|
|