onDayPress property

FutureOr<void> Function(DateTime)? onDayPress
final

A callback for when a date is pressed.

Implementation

final FutureOr<void> Function(DateTime)? onDayPress;