onUserPicked property

void Function(List<DateTime>) onUserPicked
final

A callback triggered when the user selects a date or a range of dates.

Implementation

final void Function(List<DateTime>) onUserPicked;