build method
Build indicator widget.
Implementation
@override
Widget build(BuildContext context, IndicatorState state) {
return _CupertinoIndicator(
key: key,
state: state,
reverse: state.reverse,
foregroundColor: foregroundColor,
userWaterDrop: userWaterDrop,
backgroundColor: backgroundColor,
emptyWidget: emptyWidget,
);
}