isChordPending property
bool
get
isChordPending
Whether a chord is in progress.
Implementation
bool get isChordPending => _pendingChord != null;
Whether a chord is in progress.
bool get isChordPending => _pendingChord != null;