builder property

Widget Function(BuildContext context, AuthState state) builder
final

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;