TimePickerController constructor
TimePickerController([
- TimeOfDay? value
Creates a TimePickerController with an optional initial value.
Parameters:
value
(TimeOfDay?, optional): Initial time value for the controller
Implementation
TimePickerController([super.value]);