OctaveMark constructor
OctaveMark({})
Implementation
OctaveMark({
required this.type,
required this.startMeasure,
required this.endMeasure,
this.startNote,
this.endNote,
this.length = 100.0,
this.showBracket = true,
});