update rate
This commit is contained in:
@@ -167,16 +167,16 @@ class _BuyingOnlinePagetate extends State<BuyingOnlinePage>
|
||||
controller: _tabController,
|
||||
tabs: [
|
||||
new Tab(
|
||||
text: 'FULL NAME',
|
||||
text: 'With FULL NAME',
|
||||
),
|
||||
new Tab(
|
||||
text: 'FIRST NAME&\nLAST NAME',
|
||||
text: 'With FIRST NAME&\nLAST NAME',
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
new Container(
|
||||
padding: EdgeInsets.only(top:10),
|
||||
padding: EdgeInsets.only(top: 10),
|
||||
height: 500,
|
||||
width: 500,
|
||||
child: new TabBarView(
|
||||
|
||||
Reference in New Issue
Block a user