GfFormDropDown constructor
const
GfFormDropDown({})
Implementation
const GfFormDropDown(
{Key? key,
required this.values,
this.initialValue,
this.padding,
this.margin,
this.borderradius,
this.editingbordercolor,
this.idlebordercolor,
this.iconPrefix,
this.backgroundcolor,
this.hintText})
: super(key: key);