CustomInputField constructor
CustomInputField({})
Implementation
CustomInputField(
{this.hintText = '',
this.height = 50,
this.width = 300,
this.iconColor,
this.icon,
this.onTap,
this.onIconTap,
this.value,
this.initialValue = '',
this.onSubmitted,
this.isReadOnly = false});