menu
fireflutter package
documentation
user/widgets/auth_state.dart
AuthState
AuthState const constructor
AuthState const constructor
dark_mode
light_mode
AuthState
constructor
const
AuthState
(
{
Key
?
key
,
required
Widget
builder
(
User?
),
})
Implementation
const AuthState({super.key, required this.builder});
fireflutter package
documentation
user/widgets/auth_state
AuthState
AuthState const constructor
AuthState class