forked from yaso_meth/mih-project
decrease mihaction size
This commit is contained in:
@@ -22,7 +22,7 @@ class _MIHAboutState extends State<MIHAbout> {
|
||||
MIHAction getActionButton() {
|
||||
return MIHAction(
|
||||
icon: Icons.arrow_back,
|
||||
iconSize: 50,
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user