CustomInputField constructor
const
CustomInputField({})
Implementation
const CustomInputField({
Key? key,
this.hintText = '',
this.height = 50,
this.width = 300,
this.iconColor,
this.icon,
this.onTap,
}) : super(key: key);