SimplePlayerState constructor
SimplePlayerState({})
Implementation
SimplePlayerState({
required this.currentSeconds,
required this.totalSeconds,
required this.speed,
required this.showTime,
required this.label,
required this.autoPlay,
required this.loopMode,
required this.wasPlaying,
required this.confortMode,
});