TempoMark constructor
TempoMark({
- required DurationType beatUnit,
- int? bpm,
- String? text,
- bool showMetronome = true,
Implementation
TempoMark({
required this.beatUnit,
this.bpm,
this.text,
this.showMetronome = true,
});