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