Merge branch 'setting_branch' of gitlab.com:Cloud_Solution/driver-app into logout_function

logout_function
enadhilal 6 years ago
commit 38c5e7558e

@ -109,6 +109,7 @@ class SettingPage extends StatelessWidget {
), ),
], ],
), ),
onTap: (){},
), ),
SizedBox(height: MediaQuery.of(context).size.width*0.05,), SizedBox(height: MediaQuery.of(context).size.width*0.05,),
InkWell( InkWell(
@ -151,6 +152,7 @@ class SettingPage extends StatelessWidget {
SizedBox(height: MediaQuery.of(context).size.width*0.05,), SizedBox(height: MediaQuery.of(context).size.width*0.05,),
], ],
), ),
onTap: (){},
), ),
], ],
), ),

Loading…
Cancel
Save