SimplePlayerSettings constructor
SimplePlayerSettings({})
Implementation
SimplePlayerSettings({
required this.type,
required this.path,
required this.label,
required this.aspectRatio,
required this.autoPlay,
required this.loopMode,
required this.forceAspectRatio,
required this.colorAccent,
});