onDateTap property
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;
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.
final DateTapCallback? onDateTap;