Skip to content

Commit

Permalink
Implemented Bottom Sheet in Search page
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-khanzada committed Sep 14, 2019
1 parent 54ac009 commit 2d1af6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/shop/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ class _ShopSearchState extends State<ShopSearch> {
]),
child: Column(
children: [
Padding(
padding: const EdgeInsets.only(top: 2.0),
child: Container(
width: 30,
height: 2,
decoration: BoxDecoration(
color: Colors.grey,
borderRadius: BorderRadius.all(Radius.circular(20)),
),
),
),
Container(
margin: new EdgeInsetsDirectional.only(bottom: 15.0),
child: Padding(
Expand Down

0 comments on commit 2d1af6d

Please sign in to comment.