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(
|
actionButton: MIHAction(
|
||||||
icon: const Icon(Icons.refresh),
|
icon: const Icon(Icons.refresh),
|
||||||
iconSize: 35,
|
iconSize: 35,
|
||||||
onTap: () {},
|
onTap: () {
|
||||||
|
Navigator.of(context).popAndPushNamed("/");
|
||||||
|
},
|
||||||
),
|
),
|
||||||
header: const MIHHeader(
|
header: const MIHHeader(
|
||||||
headerAlignment: MainAxisAlignment.center,
|
headerAlignment: MainAxisAlignment.center,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue