IndicatorStyle constructor

const IndicatorStyle({
  1. double lineWidth = 1.0,
  2. double strokeWidth = 0.8,
})

Implementation

const IndicatorStyle({
  this.lineWidth = 1.0,
  this.strokeWidth = 0.8,
});