mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 00:21:19 +00:00
Change button location + release
This commit is contained in:
parent
0b80f86895
commit
ed7bd30dc2
BIN
RELEASE/app-release_version_1_2.apk
Normal file
BIN
RELEASE/app-release_version_1_2.apk
Normal file
Binary file not shown.
@ -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(() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user