Skip to content

Commit

Permalink
Added Space Bottom Sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-khanzada committed Sep 14, 2019
1 parent 7f60ad9 commit fd83650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shop/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _ShopSearchState extends State<ShopSearch> {
child: Column(
children: [
Padding(
padding: const EdgeInsets.only(top: 2.0),
padding: const EdgeInsets.only(top: 5.0, bottom: 5),
child: Container(
width: 30,
height: 2,
Expand Down

0 comments on commit fd83650

Please sign in to comment.