PlayerState constructor
const
PlayerState(
- ProcessingState processingState,
- bool playing
Creates a new player state
Implementation
const PlayerState(this.processingState, this.playing);