NiceChangePassword constructor
Implementation
const NiceChangePassword({
super.key,
required this.onSubmit,
this.showCurrentPassword = true,
this.title = 'Change Password',
this.minLength = 8,
});
const NiceChangePassword({
super.key,
required this.onSubmit,
this.showCurrentPassword = true,
this.title = 'Change Password',
this.minLength = 8,
});