MetronomeMark constructor
MetronomeMark({
- DurationType? beatUnit,
- DurationType? secondBeatUnit,
- int? bpm,
- String? text,
Implementation
MetronomeMark({
this.beatUnit,
this.secondBeatUnit,
this.bpm,
this.text,
});