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