CustomLabelInput constructor
const
CustomLabelInput({
- Key? key,
- required String label,
- required TextEditingController controller,
- String? hintText,
Implementation
const CustomLabelInput({
super.key,
required this.label,
required this.controller,
this.hintText,
});