build method
Build indicator widget.
Implementation
@override
Widget build(BuildContext context, IndicatorState state) {
assert(state.axis == Axis.vertical,
'DeliveryHeader does not support horizontal scrolling.');
return _DeliveryIndicator(
key: key,
state: state,
reverse: state.reverse,
skyColor: skyColor,
);
}