menu
flutter_sound
public/flutter_sound_player.dart
FlutterSoundPlayer
isPlaying property
isPlaying
dark_mode
light_mode
isPlaying
property
bool
get
isPlaying
Test the Player State
Implementation
bool get isPlaying => _playerState == PlayerState.isPlaying;
flutter_sound
player
FlutterSoundPlayer
isPlaying property
FlutterSoundPlayer class