isStopped property
bool
get
isStopped
True if the playback is stopped
Shortcut for player.playState == PlayState.stopped
Implementation
bool get isStopped => _playState == PlayState.stopped;
True if the playback is stopped
Shortcut for player.playState == PlayState.stopped
bool get isStopped => _playState == PlayState.stopped;