onApplyClick property

dynamic Function(DateRange?) onApplyClick
final

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

Implementation

final Function(DateRange?) onApplyClick;