ArcaneStatusIndicator.away constructor

const ArcaneStatusIndicator.away({
  1. String? label,
  2. String? size,
  3. Key? key,
})

Implementation

const ArcaneStatusIndicator.away({
  this.label,
  this.size,
  super.key,
})  : status = StatusType.away,
      pulse = false;