menu
flutter_sequencer package
documentation
sequence.dart
Sequence
getIsPlaying method
getIsPlaying method
dark_mode
light_mode
getIsPlaying
method
bool
getIsPlaying
(
)
Returns true if the sequence is playing.
Implementation
bool getIsPlaying() { return isPlaying && !getIsOver(); }
flutter_sequencer package
documentation
sequence
Sequence
getIsPlaying method
Sequence class