update all screens with pulldown to refresh as false & reload home on back
This commit is contained in:
parent
db6d1a3a1f
commit
76d904d653
15 changed files with 50 additions and 0 deletions
|
|
@ -290,6 +290,10 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
|||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
);
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
@ -443,6 +447,8 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
|||
actionDrawer: null,
|
||||
secondaryActionDrawer: null,
|
||||
bottomNavBar: null,
|
||||
pullDownToRefresh: false,
|
||||
onPullDown: () async {},
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue