CustomInputField constructor
const
CustomInputField({})
Implementation
const CustomInputField(
{Key? key,
required this.label,
required this.hint,
required this.validate,
required this.maxLines,
required this.controller,
this.readOnly = false})
: super(key: key);