NiceMaskedInput constructor
Implementation
const NiceMaskedInput({
super.key,
this.value,
this.onChanged,
required this.mask,
this.maskChar = '_',
this.label,
this.hint,
this.errorText,
this.enabled = true,
});
const NiceMaskedInput({
super.key,
this.value,
this.onChanged,
required this.mask,
this.maskChar = '_',
this.label,
this.hint,
this.errorText,
this.enabled = true,
});