BallPulseIndicator constructor
const
BallPulseIndicator({
- Key? key,
- required IndicatorState state,
- Color? color,
- Color? backgroundColor,
- Clip clipBehavior = Clip.hardEdge,
Implementation
const BallPulseIndicator({
Key? key,
required this.state,
this.color,
this.backgroundColor,
this.clipBehavior = Clip.hardEdge,
}) : super(key: key);