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