Options constructor
const
Options({
- double? bottomActionsBarHeight,
- Color? bottomActionsBarColor,
- Color? bottomActionsBarBackgroundColor,
- Widget actionBuilder(
- BuildContext,
- VideoPlayerValue
- double? height,
- List<
Widget> stackChildren(- BuildContext,
- VideoPlayerValue
- double? width,
- dynamic addReloadOptionWhenFailed(
- VideoPlayerController
- String reloadTitle = "reload",
- bool autoInitialize = true,
- bool withPopIcon = false,
- bool applyOrientationsEnforcement = true,
- bool convexMirror = false,
- bool autoLoop = false,
- bool showTopVolumeController = true,
- bool autoPauseAfterDispose = true,
- bool showViewModes = false,
- bool showViewModesOnlyWithFullScreen = true,
- double bottomActionsBarSize = 28,
- double bigIconsSize = 35,
Implementation
const Options({ this.bottomActionsBarHeight,
this.bottomActionsBarColor,
this.bottomActionsBarBackgroundColor,
this.actionBuilder,
this.height,
this.onNavigate,
this.stackChildren,
this.width,
this.addReloadOptionWhenFailed,
this.reloadTitle = "reload",
this.autoInitialize = true,
this.withPopIcon = false,
this.applyOrientationsEnforcement = true,
this.convexMirror = false,
this.autoLoop = false,
this.showTopVolumeController = true,
this.autoPauseAfterDispose = true,
this.showViewModes = false,
this.showViewModesOnlyWithFullScreen = true,
this.bottomActionsBarSize = 28,
this.bigIconsSize = 35,});