UserProfileState constructor
- UserProfile? profile,
- bool isLoading = false,
- bool isEditing = false,
- String? error,
Implementation
const UserProfileState({
this.profile,
this.isLoading = false,
this.isEditing = false,
this.error,
});
const UserProfileState({
this.profile,
this.isLoading = false,
this.isEditing = false,
this.error,
});