MetronomeMark constructor

MetronomeMark({
  1. DurationType? beatUnit,
  2. DurationType? secondBeatUnit,
  3. int? bpm,
  4. String? text,
})

Implementation

MetronomeMark({
  this.beatUnit,
  this.secondBeatUnit,
  this.bpm,
  this.text,
});