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