Indicator constructor

const Indicator({
  1. double labelPadding = 8.0,
  2. double triangleHeight = 8.0,
  3. double offsetY = 14.0,
  4. double rectRadius = 6.0,
})

Implementation

const Indicator({
  this.labelPadding = 8.0,
  this.triangleHeight = 8.0,
  this.offsetY = 14.0,
  this.rectRadius = 6.0,
});