build method

  1. @override
Widget build(
  1. BuildContext context,
  2. IndicatorState state
)
override

Build indicator widget.

Implementation

@override
Widget build(BuildContext context, IndicatorState state) {
  return BallPulseIndicator(
    key: key,
    state: state,
    color: color,
    backgroundColor: backgroundColor,
  );
}