NeumeComponent constructor

const NeumeComponent({
  1. String? pitchName,
  2. int? octave,
  3. NcForm form = NcForm.punctum,
  4. NeumeInterval? interval,
  5. bool isLiquescent = false,
  6. bool connected = false,
})

Implementation

const NeumeComponent({
  this.pitchName,
  this.octave,
  this.form = NcForm.punctum,
  this.interval,
  this.isLiquescent = false,
  this.connected = false,
});