build method
Build indicator widget.
Implementation
@override
Widget build(BuildContext context, IndicatorState state) {
return _MaterialIndicator(
key: key,
state: state,
disappearDuration: processedDuration,
reverse: state.reverse,
backgroundColor: backgroundColor,
color: color,
valueColor: valueColor,
semanticsLabel: semanticsLabel,
semanticsValue: semanticsValue,
noMoreIcon: noMoreIcon,
showBezierBackground: showBezierBackground,
bezierBackgroundColor: bezierBackgroundColor,
bezierBackgroundAnimation: bezierBackgroundAnimation,
bezierBackgroundBounce: bezierBackgroundBounce,
);
}