stretch toolbar button rows to hold buttons
This commit is contained in:
parent
d5f8be57b5
commit
a2513c7bd4
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ class ToolbarButtons extends StatelessWidget {
|
|||
),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: modes.mapIndexed((index, mode) {
|
||||
final enabled = mode.isUnlocked(
|
||||
index,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue