BracketRenderConfig constructor

const BracketRenderConfig({
  1. double thickness = 0.16,
  2. double tipWidth = 0.5,
  3. double horizontalOffset = 1.0,
  4. String? glyphName,
})

Implementation

const BracketRenderConfig({
  this.thickness = 0.16, // SMuFL standard
  this.tipWidth = 0.5,
  this.horizontalOffset = 1.0,
  this.glyphName,
});