SimplePlayerSettings constructor
const
SimplePlayerSettings({})
Implementation
const SimplePlayerSettings({
required this.type,
required this.path,
required this.label,
required this.aspectRatio,
required this.autoPlay,
required this.loopMode,
required this.colorAccent,
this.fit = BoxFit.contain,
this.fullScreenFit = BoxFit.contain,
this.expand = false,
this.muteOnAutoPlay = false,
});