FormField constructor
FormField({})
Implementation
FormField(
{this.fielId,
this.inputValidation,
this.label,
this.placeholder,
this.required,
this.type,
this.validationText});
FormField(
{this.fielId,
this.inputValidation,
this.label,
this.placeholder,
this.required,
this.type,
this.validationText});