timePicker property

Future<TimeOfDay> Function(BuildContext context) timePicker
final

Called when the time chooser dialog should be shown. In the future the preferred way of using this widget will be to utilize the datePicker and timePicker callback functions instead of adding their parameter list to this widget.

Implementation

final Future<TimeOfDay> Function(BuildContext context) timePicker