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
6b35189b
Commit
6b35189b
authored
Aug 25, 2020
by
Mobile : Art
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
561025d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
21 deletions
+25
-21
lib/ui/favorite/favorite.dart
+25
-21
No files found.
lib/ui/favorite/favorite.dart
View file @
6b35189b
...
...
@@ -98,7 +98,7 @@ class _FavoriteState extends State<Favorite> {
.
cover
,
width:
SizeConfig
.
getWidth
(
110
),
height:
SizeConfig
.
getHeight
(
150
),
fit:
BoxFit
.
fitWidth
,
fit:
BoxFit
.
cover
,
),
Expanded
(
child:
Container
(
...
...
@@ -114,18 +114,20 @@ class _FavoriteState extends State<Favorite> {
// color: Colors.blue,
child:
Row
(
children:
<
Widget
>[
Expanded
(
child:
Container
(
child:
Text
(
presenter
.
favoriteModel
.
wishListItem
[
index
]
.
product
.
name
,
Expanded
(
child:
Container
(
child:
Text
(
presenter
.
favoriteModel
.
wishListItem
[
index
]
.
product
.
name
,
style:
TextStyle
(
color:
Colors
.
black
,
fontSize:
SizeConfig
.
getFontSize
(
15
)),
maxLines:
2
,
),
fontSize:
SizeConfig
.
getFontSize
(
15
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w700
),
maxLines:
2
,
),
),
),
// Spacer(),
IconButton
(
onPressed:
()
{
...
...
@@ -145,8 +147,10 @@ class _FavoriteState extends State<Favorite> {
child:
Text
(
'นวดเเผนไทย'
,
style:
TextStyle
(
color:
Colors
.
black
,
),
color:
Colors
.
black
,
fontSize:
SizeConfig
.
getFontSize
(
14
),
fontFamily:
"SF_Pro_Text"
,
fontWeight:
FontWeight
.
w500
),
),
),
SizedBox
(
...
...
@@ -239,19 +243,19 @@ class _FavoriteState extends State<Favorite> {
),
),
Positioned
(
top:
SizeConfig
.
getPadding
(
7
7
),
top:
SizeConfig
.
getPadding
(
7
0
),
left:
SizeConfig
.
getPadding
(
16
),
child:
Container
(
child:
GestureDetector
(
onTap:
()
{
Navigator
.
pop
(
context
);
},
child:
Icon
(
Icons
.
keyboard_arrow_left
,
color:
Colors
.
white
,
size:
SizeConfig
.
getFontSize
(
24
),
),
),
onTap:
()
{
Navigator
.
pop
(
context
);
},
child:
Icon
(
Icons
.
keyboard_arrow_left
,
color:
Colors
.
white
,
size:
SizeConfig
.
getFontSize
(
40
),
),
),
),
),
],
...
...
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