FullScreenMode constructor
const
FullScreenMode({
- Key? key,
- required ShararaVideoPlayerController controller,
- VideoPlayer? fullScreenVideoPlayerMirror,
- dynamic onDispose()?,
- bool applyOrientationsEnforcement = true,
Implementation
const FullScreenMode({super.key,
required this.controller,
this.fullScreenVideoPlayerMirror,
this.onDispose,
this.applyOrientationsEnforcement = true,
});