OnTimeChanged typedef

OnTimeChanged = dynamic Function(TimeOfDay time)

{template onTimeChanged} The action to perform when a new time is selected. {endtemplate}

Implementation

typedef OnTimeChanged = Function(TimeOfDay time);