ClockLoaderIndicator constructor
const
ClockLoaderIndicator({})
Creates a clock loader indicator.
The color and size parameters are required.
Implementation
const ClockLoaderIndicator({
super.key,
this.color = defaultIndicatorColor,
this.size = defaultIndicatorSize,
});