onDateTap property

DateTapCallback? onDateTap
final

Called when the user taps on a date.

You can react to this, e.g., by changing your view to just show this single date.

Used internally by DateHeader.

Implementation

final DateTapCallback? onDateTap;