RawItemFormField constructor
RawItemFormField({})
Implementation
RawItemFormField(
{Key? key,
this.label,
this.icon,
this.hint,
this.showHint,
this.enableMargins = true,
required this.controller,
this.initialValue})
: super(key: key);