AuthViewContentBuilder typedef
AuthViewContentBuilder =
Widget Function(BuildContext context, AuthAction action)
Implementation
typedef AuthViewContentBuilder = Widget Function(
BuildContext context,
AuthAction action,
);