CustomIndicator constructor

const CustomIndicator({
  1. double indWidth = 40.0,
  2. double indHeight = 2.0,
  3. double radius = 1,
})

Implementation

const CustomIndicator({this.indWidth = 40.0, this.indHeight = 2.0, this.radius = 1});