onRangeDateSubmitPressed property

(dynamic Function(DateTime, DateTime)?) onRangeDateSubmitPressed
getter/setter pair

invoked when pressing on the submit button when using range picker it return two dates (first date, end date) required when using BottomPicker.range

Implementation

late Function(DateTime, DateTime)? onRangeDateSubmitPressed;