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