Skip to content

Commit

Permalink
Change product screen appbar size
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Amin committed Aug 2, 2019
1 parent 5653ec5 commit 9f69630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ProductScreenAppBar extends StatelessWidget
ProductScreenAppBar({Key key, @required this.height}) : super(key: key);

@override
Size get preferredSize => Size.fromHeight(height * 0.28);
Size get preferredSize => Size.fromHeight(height * 0.1);

@override
Widget build(BuildContext context) {
Expand Down

0 comments on commit 9f69630

Please sign in to comment.