InputField constructor
const
InputField(})
Implementation
const InputField(this.hint, this.controller,
{Key? key,
this.label,
this.onChange,
this.showIcon = false,
this.validateEmail = false,
this.validateNotEmpty = true})
: super(key: key);