FlutterFlexPlayer constructor
const
FlutterFlexPlayer(
- FlutterFlexPlayerController controller, {
- Key? key,
- bool autoDispose = true,
- double? aspectRatio,
- VoidCallback? onFullScreeen,
- Widget? errorWidget,
- bool showControlsonError = true,
Implementation
const FlutterFlexPlayer(
this.controller, {
super.key,
this.autoDispose = true,
this.aspectRatio,
this.onFullScreeen,
this.errorWidget,
this.showControlsonError = true,
});