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 28d63b2 commit 79bfde8Copy full SHA for 79bfde8
lib/src/chewie_player.dart
@@ -282,7 +282,6 @@ class ChewieController extends ChangeNotifier {
282
this.routePageBuilder,
283
this.progressIndicatorDelay,
284
this.hideControlsTimer = defaultHideControlsTimer,
285
- this.progressIndicatorDelayMs,
286
}) : assert(
287
playbackSpeeds.every((speed) => speed > 0),
288
'The playbackSpeeds values must all be greater than 0',
@@ -382,7 +381,6 @@ class ChewieController extends ChangeNotifier {
382
381
hideControlsTimer: hideControlsTimer ?? this.hideControlsTimer,
383
progressIndicatorDelay:
384
progressIndicatorDelay ?? this.progressIndicatorDelay,
385
- hideControlsTimer: hideControlsTimer ?? this.hideControlsTimer,
386
);
387
}
388
0 commit comments