PlayerControls constructor

const PlayerControls({
  1. Key? key,
  2. required FlutterFlexPlayerController controller,
  3. ControlsStyle controlsStyle = ControlsStyle.defaultStyle,
})

Implementation

const PlayerControls({
  super.key,
  required this.controller,
  this.controlsStyle = ControlsStyle.defaultStyle,
});