NiceAccountSettings constructor
const
NiceAccountSettings({
- Key? key,
- String? userName,
- String? userEmail,
- String? avatarUrl,
- VoidCallback? onEditProfile,
- VoidCallback? onChangePassword,
- VoidCallback? onSignOut,
- VoidCallback? onDeleteAccount,
- List<
Widget> ? additionalActions,
Implementation
const NiceAccountSettings({
super.key,
this.userName,
this.userEmail,
this.avatarUrl,
this.onEditProfile,
this.onChangePassword,
this.onSignOut,
this.onDeleteAccount,
this.additionalActions,
});