StatusIndicator.online constructor

const StatusIndicator.online({
  1. String? label,
  2. String? size,
  3. bool pulse = true,
  4. Key? key,
})

Online status

Implementation

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