mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 13:13:44 +02:00
fix: move buttons from basepage to the bottom
This commit is contained in:
parent
fc0fcc7c9c
commit
5d24fb490e
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ class BasePage extends StatelessWidget {
|
|||
),
|
||||
child: Align(
|
||||
alignment: Alignment.bottomCenter,
|
||||
child: Column(children: buttons),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: buttons,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue