getProgressIndicatorColor method Null safety
Returns the color of the ProgressIndicators.
Implementation
@override
Color? getProgressIndicatorColor() {
if (style.buttonType == AuthButtonType.secondary) return Colors.red;
return Colors.red[200];
}