Update actiopn button
This commit is contained in:
parent
fdbcf1b119
commit
412e0e8f59
10 changed files with 12 additions and 14 deletions
|
|
@ -21,7 +21,7 @@ class MIHAbout extends StatefulWidget {
|
|||
class _MIHAboutState extends State<MIHAbout> {
|
||||
MIHAction getActionButton() {
|
||||
return MIHAction(
|
||||
icon: Icons.arrow_back,
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue