StatusIndicator.offline constructor

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

Offline status

Implementation

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