ItemFormField constructor
ItemFormField({})
Implementation
ItemFormField({
Key? key,
this.label,
this.icon,
this.hint,
this.showHint,
this.obscureText,
this.initialValue,
this.onChanged,
}) : super(key: key);