mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
mobile layout button with fix
This commit is contained in:
parent
b57521c6a8
commit
6c436b5103
1 changed files with 2 additions and 0 deletions
|
@ -198,6 +198,8 @@ class CreateWalletButtonGroup extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Column(
|
||||
crossAxisAlignment:
|
||||
isDesktop ? CrossAxisAlignment.center : CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
ConstrainedBox(
|
||||
constraints: BoxConstraints(
|
||||
|
|
Loading…
Reference in a new issue