menu
forui package
documentation
widgets/date_field.dart
FDateFieldGridCalendarProperties
onDayPress property
onDayPress property
dark_mode
light_mode
onDayPress
property
FutureOr
<
void
>
Function
(
DateTime
)
?
onDayPress
final
A callback for when a date is pressed.
Implementation
final FutureOr<void> Function(DateTime)? onDayPress;
forui package
documentation
widgets/date_field
FDateFieldGridCalendarProperties
onDayPress property
FDateFieldGridCalendarProperties class