CompleteProfileScreen constructor
const
CompleteProfileScreen({})
Implementation
const CompleteProfileScreen({
super.key,
required this.isWeb,
required this.onUpdateUser,
required this.onSignout,
this.email = '',
this.userName = '',
this.phoneNumber = '',
this.colorPrimary,
this.backgroundColor,
});