LabelFormIntInput constructor
LabelFormIntInput({})
Implementation
LabelFormIntInput({
Key? key,
required this.label,
required this.hint,
required this.controller,
required this.validator,
this.isCohort = false,
}) : super(key: key);