onDateTimeBackgroundTap property

DateTimeTapCallback? onDateTimeBackgroundTap
final

Called when the user taps on the background of a date at a specific time.

You can react to this, e.g., by creating an event for that specific date and time.

Used internally by DateContent.

Implementation

final DateTimeTapCallback? onDateTimeBackgroundTap;