TupletNumber constructor

const TupletNumber({
  1. double fontSize = 1.2,
  2. double gapLeft = 0.4,
  3. double gapRight = 0.5,
  4. bool showAsRatio = false,
  5. bool showNoteValue = false,
})

Implementation

const TupletNumber({
  this.fontSize = 1.2,
  this.gapLeft = 0.4,
  this.gapRight = 0.5,
  this.showAsRatio = false,
  this.showNoteValue = false,
});