isPaused property

bool isPaused

True if the playback is paused

Shortcut for player.playState == PlayState.paused

Implementation

bool get isPaused => _playState == PlayState.paused;