increased margin

This commit is contained in:
NicKoehler
2023-02-15 14:14:21 +01:00
parent 84f97fbf1f
commit eac6dae3a7
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class MenuButton extends StatefulWidget {
required this.icon,
this.splashColor,
this.tooltip = "",
this.padding = const EdgeInsets.symmetric(horizontal: 2.5, vertical: 5),
this.padding = const EdgeInsets.symmetric(horizontal: 3, vertical: 6),
this.enableFeedback = true,
});