signInProgressView property

Widget? signInProgressView
final

A custom view to show on the 'Sign In' button, while the signing in is is performed.

Defaults to CircularProgressIndicator

Implementation

final Widget? signInProgressView;