StatusIndicator.away constructor

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

Away status

Implementation

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