TupletBracket constructor

const TupletBracket({
  1. double thickness = 0.125,
  2. double hookLength = 0.9,
  3. bool show = true,
  4. BracketSide side = BracketSide.stem,
  5. double slope = 0.0,
  6. double minDistanceFromNotes = 0.75,
})

Implementation

const TupletBracket({
  this.thickness = 0.125,
  this.hookLength = 0.9,
  this.show = true,
  this.side = BracketSide.stem,
  this.slope = 0.0,
  this.minDistanceFromNotes = 0.75,
});