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