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