const LoadingIndicator({ Key? key, required this.size, required this.borderWidth, this.color, }) : super(key: key);