Skip to main content Link Menu Expand (external link) Document Search Copy Copied
isPaused property - FlutterSoundPlayer class - player library - Dart API
menu
isPaused

isPaused property

bool get isPaused

Test the Player State


See also


Implementation

bool get isPaused => _playerState == PlayerState.isPaused;
flutter_sound 9.25.3