DotSpinnerStatic constructor
const
DotSpinnerStatic({})
Implementation
const DotSpinnerStatic({
Key? key,
this.color = Colors.orange,
this.size = 'medium',
this.text,
this.textColor,
}) : super(key: key);
const DotSpinnerStatic({
Key? key,
this.color = Colors.orange,
this.size = 'medium',
this.text,
this.textColor,
}) : super(key: key);