OnDateChanged typedef

OnDateChanged = void Function(DateTime date)

{template onDateChanged} The action to perform when a new date is selected. {endtemplate}

Implementation

typedef OnDateChanged = void Function(DateTime date);