CustomPasswordField constructor
Implementation
const CustomPasswordField({
super.key,
required this.controller,
required this.labelText,
required this.hintText,
required this.showPassword,
this.isDisabled = false,
this.canEdit = true,
});