DesktopCustomInputField constructor
DesktopCustomInputField({})
Implementation
DesktopCustomInputField({
Key? key,
this.hintText = '',
this.height = 50,
this.width = 300,
this.iconColor,
this.icon,
this.onTap,
this.onIconTap,
this.value,
this.initialValue = '',
this.onSubmitted,
this.backgroundColor,
this.isReadOnly = false,
}) : super(key: key);