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 5cfaacb commit 673fdd6Copy full SHA for 673fdd6
lib/src/chewie_player.dart
@@ -492,7 +492,7 @@ class ChewieController extends ChangeNotifier {
492
/// Defines if push/pop navigations use the rootNavigator
493
final bool useRootNavigator;
494
495
- /// Defines the time interval before the video controls are hidden. By default, this is three seconds.
+ /// Defines the [Duration] before the video controls are hidden. By default, this is set to three seconds.
496
final Duration hideControlsTimer;
497
498
/// Defines the set of allowed playback speeds user can change
0 commit comments