IndicatorStyle constructor
const
IndicatorStyle({})
Implementation
const IndicatorStyle({
this.width = 20,
this.height = 20,
this.indicator,
this.padding = const EdgeInsets.all(0),
this.color = Colors.grey,
this.iconStyle,
this.indicatorXY = 0.5,
this.drawGap = false,
}) : assert(width >= 0,
'The width must be provided and bigger than 0.0'),
assert(height >= 0,
'The height must be provided and bigger than 0.0');