playing property

RhythmState playing

Implementation

RhythmState get playing => _playing;
void playing=(RhythmState playing)

Implementation

set playing(RhythmState playing) {
  _playing = playing;
  notifyListeners();
}