We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc65e5f commit 0fbc0a7Copy full SHA for 0fbc0a7
lib/src/chewie_player.dart
@@ -283,7 +283,7 @@ class ChewieController extends ChangeNotifier {
283
this.routePageBuilder,
284
this.progressIndicatorDelay,
285
this.hideControlsTimer = defaultHideControlsTimer,
286
- this.controlsSafeAreaMinimum = const EdgeInsets.zero,
+ this.controlsSafeAreaMinimum = EdgeInsets.zero,
287
}) : assert(
288
playbackSpeeds.every((speed) => speed > 0),
289
'The playbackSpeeds values must all be greater than 0',
0 commit comments