Skip to content

Commit

Permalink
Search is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinmay-KB committed Apr 29, 2020
1 parent 18f548c commit 29b0706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gogrocy/lib/ui/widgets/appbar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ class TopAppBar extends StatelessWidget implements PreferredSizeWidget {
),
),
),
GestureDetector(
InkWell(
onTap: ()=>_navigationService.navigateTo("search"),
focusColor: Colors.black12,
child: Container(
width: constants.screenWidth/3,
child: Align(
Expand Down

0 comments on commit 29b0706

Please sign in to comment.