FormBuilderInput.password constructor
Implementation
FormBuilderInput.password({
@required this.label,
@required this.attribute,
this.hint,
this.value,
this.require = false,
this.validator,
this.min,
this.max,
}) {
type = FormBuilderInput.TYPE_PASSWORD;
}