mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-17 03:06:39 -07:00
feat: Improve media play button
This commit is contained in:
parent
9a6202bd0b
commit
5722defe34
3 changed files with 82 additions and 58 deletions
|
|
@ -74,6 +74,7 @@ class OverviewHeader extends ConsumerWidget {
|
|||
mainAxisAlignment: MainAxisAlignment.end,
|
||||
crossAxisAlignment: crossAlignment,
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
spacing: 16,
|
||||
children: [
|
||||
Flexible(
|
||||
child: ExcludeFocus(
|
||||
|
|
@ -194,7 +195,7 @@ class OverviewHeader extends ConsumerWidget {
|
|||
],
|
||||
),
|
||||
),
|
||||
].addInBetween(const SizedBox(height: 21)),
|
||||
],
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue