Skip to content

Commit

Permalink
Merge pull request #719 from jaripekkala/fix/overlay
Browse files Browse the repository at this point in the history
Fix overlay not visible
  • Loading branch information
diegotori authored May 10, 2023
2 parents 963fc3f + 2368117 commit 9ae7c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/player_with_controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class PlayerWithControls extends StatelessWidget {
),
child: const DecoratedBox(
decoration: BoxDecoration(color: Colors.black54),
child: SizedBox(),
child: SizedBox.expand(),
),
),
),
Expand Down

0 comments on commit 9ae7c94

Please sign in to comment.