Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
feelver
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2F-ART
feelver
Commits
6b139ede
Commit
6b139ede
authored
Jul 13, 2020
by
Mobile : Jetrin Phuekkaew (N'new)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit shop tab bar
parent
8fca03fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
lib/ui/shop/shop_main.dart
+4
-2
No files found.
lib/ui/shop/shop_main.dart
View file @
6b139ede
...
...
@@ -72,7 +72,9 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
icon:
Icon
(
Icons
.
arrow_back_ios
,
color:
Colors
.
white
),
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
,
pinned:
false
,
snap:
true
,
...
...
@@ -146,7 +148,7 @@ class _MainShopState extends State<MainShop> with SingleTickerProviderStateMixi
];
},
body:
new
Container
(
//
height: double.maxFinite,
height:
double
.
maxFinite
,
child:
new
TabBarView
(
controller:
_controller
,
children:
<
Widget
>[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment