GeneralInputItem constructor
const
GeneralInputItem(})
Implementation
const GeneralInputItem(this.inputController,
{Key? key,
this.onIconTapped,
this.required = false,
this.title,
this.iconData,
this.forDisplay = false,
this.placeholder,
this.parameterKey})
: super(key: key);