TimePickerController constructor

TimePickerController([
  1. TimeOfDay? value
])

Creates a TimePickerController with an optional initial value.

Parameters:

  • value (TimeOfDay?, optional): Initial time value for the controller

Implementation

TimePickerController([super.value]);