FlutterFlexPlayer constructor

const FlutterFlexPlayer(
  1. FlutterFlexPlayerController controller, {
  2. Key? key,
  3. bool autoDispose = true,
  4. double? aspectRatio,
  5. VoidCallback? onFullScreeen,
  6. Widget? errorWidget,
  7. bool showControlsonError = true,
})

Implementation

const FlutterFlexPlayer(
  this.controller, {
  super.key,
  this.autoDispose = true,
  this.aspectRatio,
  this.onFullScreeen,
  this.errorWidget,
  this.showControlsonError = true,
});