ActiveIndicator constructor
Implementation
const ActiveIndicator({
@required this.centerX,
@required this.centerY,
@required this.color,
@required this.cornerRadius,
@required this.height,
@required this.width,
@required this.numSides,
this.rotation = 0,
Key key,
}) : super(key: key);