AtSyncIndicator constructor
const
AtSyncIndicator({})
Implementation
const AtSyncIndicator({
Key? key,
this.value,
this.backgroundColor,
this.color,
this.radius = _kDefaultIndicatorRadius,
}) : super(key: key);