FullScreenView constructor

const FullScreenView({
  1. Key? key,
  2. required FlutterFlexPlayerController controller,
  3. required FlexPlayerConfiguration configuration,
})

Implementation

const FullScreenView({
  super.key,
  required this.controller,
  required this.configuration,
});