refresh icon on error to take you back home
This commit is contained in:
parent
c44943fd6d
commit
3b1b863a6f
1 changed files with 3 additions and 1 deletions
|
|
@ -108,7 +108,9 @@ class _MIHProfileGetterState extends State<MIHProfileGetter> {
|
|||
actionButton: MIHAction(
|
||||
icon: const Icon(Icons.refresh),
|
||||
iconSize: 35,
|
||||
onTap: () {},
|
||||
onTap: () {
|
||||
Navigator.of(context).popAndPushNamed("/");
|
||||
},
|
||||
),
|
||||
header: const MIHHeader(
|
||||
headerAlignment: MainAxisAlignment.center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue