FullScreenMode constructor

const FullScreenMode({
  1. Key? key,
  2. required ShararaVideoPlayerController controller,
  3. VideoPlayer? fullScreenVideoPlayerMirror,
  4. dynamic onDispose()?,
  5. bool applyOrientationsEnforcement = true,
})

Implementation

const FullScreenMode({super.key,
required this.controller,
this.fullScreenVideoPlayerMirror,
this.onDispose,
this.applyOrientationsEnforcement = true,
});