builder property
Builder function that receives the current auth state.
Called whenever the auth state changes. The caller controls all UI.
Implementation
final Widget Function(BuildContext context, AuthState state) builder;
Builder function that receives the current auth state.
Called whenever the auth state changes. The caller controls all UI.
final Widget Function(BuildContext context, AuthState state) builder;