FullScreenView constructor
      const
      FullScreenView({ 
    
    
- Key? key,
- required FlutterFlexPlayerController controller,
- required FlexPlayerConfiguration configuration,
Implementation
const FullScreenView({
  super.key,
  required this.controller,
  required this.configuration,
});