StatusIndicator constructor
const
StatusIndicator({
- required StatusType status,
- String? label,
- String? size,
- bool pulse = false,
- Key? key,
Implementation
const StatusIndicator({
required this.status,
this.label,
this.size,
this.pulse = false,
super.key,
});