update rate

This commit is contained in:
Thinzar Win
2020-06-29 16:15:25 +06:30
parent 02450c003e
commit 8e65a533db
25 changed files with 746 additions and 136 deletions

View File

@@ -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(