playing property
Implementation
RhythmState get playing => _playing;
Implementation
set playing(RhythmState playing) {
_playing = playing;
notifyListeners();
}
RhythmState get playing => _playing;
set playing(RhythmState playing) {
_playing = playing;
notifyListeners();
}