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