Options constructor

const Options({
  1. double? bottomActionsBarHeight,
  2. Color? bottomActionsBarColor,
  3. Color? bottomActionsBarBackgroundColor,
  4. Widget actionBuilder(
    1. BuildContext,
    2. VideoPlayerValue
    )?,
  5. double? height,
  6. dynamic onNavigate(
    1. Widget
    )?,
  7. List<Widget> stackChildren(
    1. BuildContext,
    2. VideoPlayerValue
    )?,
  8. double? width,
  9. dynamic addReloadOptionWhenFailed(
    1. VideoPlayerController
    )?,
  10. String reloadTitle = "reload",
  11. bool autoInitialize = true,
  12. bool withPopIcon = false,
  13. bool applyOrientationsEnforcement = true,
  14. bool convexMirror = false,
  15. bool autoLoop = false,
  16. bool showTopVolumeController = true,
  17. bool autoPauseAfterDispose = true,
  18. bool showViewModes = false,
  19. bool showViewModesOnlyWithFullScreen = true,
  20. double bottomActionsBarSize = 28,
  21. 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,});