CustomTimeFormField constructor
const
CustomTimeFormField({
- Key? key,
- TextEditingCController? controller,
- String? label,
- bool required = false,
- void onChange(
- TimeOfDay? time
Implementation
const CustomTimeFormField({
super.key,
this.controller,
this.label,
this.required = false,
this.onChange,
});