SenzuPlayerCoreView constructor
const
SenzuPlayerCoreView({ - Key? key,
- required SenzuPlayerBundle bundle,
- required SenzuPlayerStyle? style,
- required SenzuMetaData? meta,
- required bool enableCaption,
- required bool enableQuality,
- required bool enableAudio,
- required bool enableSpeed,
- required bool enableAspect,
- required bool enableFullscreen,
- required bool enablePip,
- required bool enableLock,
- required bool enableEpisode,
- required double defaultAspectRatio,
- required bool enableSleep,
- List<SenzuChapter> chapters = const [],
})
Implementation
const SenzuPlayerCoreView({
super.key,
required this.bundle,
required this.style,
required this.meta,
required this.enableCaption,
required this.enableQuality,
required this.enableAudio,
required this.enableSpeed,
required this.enableAspect,
required this.enableFullscreen,
required this.enablePip,
required this.enableLock,
required this.enableEpisode,
required this.defaultAspectRatio,
required this.enableSleep,
this.chapters = const [],
});