This commit is contained in:
Mohamed Nouffer
2022-07-20 20:55:54 +05:30
parent 5283b5052e
commit 25410a7ebd
8 changed files with 85 additions and 23 deletions

View File

@ -19,7 +19,7 @@ class HomePage extends GetView{
),
InkWell(
onTap: (){
Navigator.push(context, MaterialPageRoute(builder: (context) => const SearchPage()));
Navigator.push(context, MaterialPageRoute(builder: (context) => SearchPage()));
},
child: Container(
height: 32,