menu
flutter_sound package
documentation
public/flutter_sound_player.dart
FlutterSoundPlayer
isPaused property
isPaused property
dark_mode
light_mode
isPaused
property
bool
get
isPaused
Test the Player State
See also
playerState
isPlaying
isStopped
Implementation
bool get isPaused => _playerState == PlayerState.isPaused;
flutter_sound package
documentation
public/flutter_sound_player
FlutterSoundPlayer
isPaused property
FlutterSoundPlayer class