menu
blueprint_flutter_core package
documentation
blueprint_profile.dart
ProfileState
ProfileState.new const constructor
ProfileState.new const constructor
dark_mode
light_mode
ProfileState
constructor
const
ProfileState
(
{
AuthUser
?
user
,
bool
isLoading
=
false
,
String
?
error
,
})
Implementation
const ProfileState({this.user, this.isLoading = false, this.error});
blueprint_flutter_core package
documentation
blueprint_profile
ProfileState
ProfileState.new const constructor
ProfileState class