FlIndicator constructor
const
FlIndicator({})
Implementation
const FlIndicator(
{super.key,
required this.count,
this.size = 20.0,
this.space = 5.0,
this.activeSize = 20.0,
this.color,
this.layout = FlIndicatorType.slide,
this.activeColor,
this.scale = 0.6,
this.dropHeight = 20.0,
required this.index,
required this.position});