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
8fca03fd
Commit
8fca03fd
authored
Jul 13, 2020
by
Mobile : Jetrin Phuekkaew (N'new)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
35154300
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
lib/ui/shop/shop.dart
+11
-2
No files found.
lib/ui/shop/shop.dart
View file @
8fca03fd
...
...
@@ -158,14 +158,14 @@ class _ShopState extends State<Shop> {
child:
Row
(
children:
<
Widget
>[
Text
(
'
4.9
'
,
'
5.0
'
,
textAlign:
TextAlign
.
right
,
style:
TextStyle
(
color:
Colors
.
black38
,
fontSize:
SizeConfig
.
getFontSize
(
16
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w700
),
),
),
SizedBox
(
width:
5
),
Image
.
asset
(
'assets/images/ic_star_active.png'
,
width:
SizeConfig
.
getWidth
(
16
),
...
...
@@ -253,6 +253,7 @@ class _ShopState extends State<Shop> {
color:
Color
.
fromRGBO
(
69
,
85
,
79
,
1
),
height:
SizeConfig
.
getHeight
(
270
),
width:
MediaQuery
.
of
(
context
).
size
.
width
,
),
Positioned
(
top:
SizeConfig
.
getPadding
(
0
),
...
...
@@ -265,6 +266,14 @@ class _ShopState extends State<Shop> {
fit:
BoxFit
.
cover
,
),
),
),
Positioned
(
top:
SizeConfig
.
getPadding
(
0
),
child:
Container
(
height:
SizeConfig
.
getHeight
(
300
),
width:
MediaQuery
.
of
(
context
).
size
.
width
,
alignment:
Alignment
.
topCenter
,
color:
Colors
.
deepOrangeAccent
.
withOpacity
(
0.4
)
),
),
Positioned
(
top:
SizeConfig
.
getPadding
(
150
),
...
...
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