chore: vertically center items in construct notification (#2265)
This commit is contained in:
parent
162a264cf5
commit
25d64f4f72
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ void showUnlockedMorphsSnackbar(
|
|||
child: Wrap(
|
||||
spacing: 16.0,
|
||||
alignment: WrapAlignment.center,
|
||||
crossAxisAlignment: WrapCrossAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
L10n.of(context).youUnlocked,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue