update
This commit is contained in:
@ -10,7 +10,7 @@ class FakeSearch extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return InkWell(
|
||||
onTap: (){
|
||||
Navigator.push(context, MaterialPageRoute(builder: (context) => const SearchPage()));
|
||||
Navigator.push(context, MaterialPageRoute(builder: (context) => SearchPage()));
|
||||
},
|
||||
child: Container(
|
||||
height: 35,
|
||||
|
||||
Reference in New Issue
Block a user