StatusIndicator.busy constructor

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

Busy status

Implementation

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