Commit 6b35189b by Mobile : Art

update

parent 561025d1
......@@ -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(
......@@ -115,13 +115,15 @@ class _FavoriteState extends State<Favorite> {
child: Row(
children: <Widget>[
Expanded(
child: Container(
child: Text(
presenter.favoriteModel.wishListItem[index].product.name,
presenter.favoriteModel.wishListItem[index]
.product.name,
style: TextStyle(
color: Colors.black,
fontSize: SizeConfig.getFontSize(15)),
fontSize: SizeConfig.getFontSize(15),
fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w700),
maxLines: 2,
),
),
......@@ -146,7 +148,9 @@ class _FavoriteState extends State<Favorite> {
'นวดเเผนไทย',
style: TextStyle(
color: Colors.black,
),
fontSize: SizeConfig.getFontSize(14),
fontFamily: "SF_Pro_Text",
fontWeight: FontWeight.w500),
),
),
SizedBox(
......@@ -239,7 +243,7 @@ class _FavoriteState extends State<Favorite> {
),
),
Positioned(
top: SizeConfig.getPadding(77),
top: SizeConfig.getPadding(70),
left: SizeConfig.getPadding(16),
child: Container(
child: GestureDetector(
......@@ -249,7 +253,7 @@ class _FavoriteState extends State<Favorite> {
child: Icon(
Icons.keyboard_arrow_left,
color: Colors.white,
size: SizeConfig.getFontSize(24),
size: SizeConfig.getFontSize(40),
),
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment