OnDateSelected typedef

OnDateSelected = dynamic Function(DateTime? dateTime)

Implementation

typedef OnDateSelected = Function(DateTime? dateTime);