AtSyncIndicator constructor

const AtSyncIndicator({
  1. Key? key,
  2. double radius = _kDefaultIndicatorRadius,
  3. Color? color,
  4. double? value,
})

Implementation

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