NeomageStatusIndicator constructor
const
NeomageStatusIndicator({
- Key? key,
- required NeomageStatus status,
- String? label,
- double dotSize = 8,
- bool animated = true,
Implementation
const NeomageStatusIndicator({
super.key,
required this.status,
this.label,
this.dotSize = 8,
this.animated = true,
});