isStopped property

bool isStopped

True if the playback is stopped

Shortcut for player.playState == PlayState.stopped

Implementation

bool get isStopped => _playState == PlayState.stopped;