PlayerControls constructor
const
PlayerControls({
- Key? key,
- required FlutterFlexPlayerController controller,
- required Function onFullScreeen,
- ControlsStyle controlsStyle = ControlsStyle.defaultStyle,
Implementation
const PlayerControls({
super.key,
required this.controller,
required this.onFullScreeen,
this.controlsStyle = ControlsStyle.defaultStyle,
});