onApplyClick property

dynamic Function(DateTime, DateTime)? onApplyClick
final

A callback function that is called when the user applies the selected date range.

Implementation

final Function(DateTime, DateTime)? onApplyClick;