Change button location + release

This commit is contained in:
Thomas Fransolet 2021-11-19 17:32:51 +01:00
parent 0b80f86895
commit ed7bd30dc2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -98,9 +98,9 @@ class _MenuViewWidget extends State<MenuViewWidget> {
),
),
Padding(
padding: const EdgeInsets.only(bottom: 5),
padding: const EdgeInsets.only(bottom: 20, right: 20),
child: Align(
alignment: Alignment.bottomCenter,
alignment: Alignment.bottomRight,
child: InkWell(
onTap: () {
setState(() {