menu
flutter_calendar_carousel package
documentation
flutter_calendar_carousel.dart
OnDayPressed<T> typedef
OnDayPressed<T> typedef
dark_mode
light_mode
OnDayPressed<
T
>
typedef
OnDayPressed
<
T
> =
void Function
(
DateTime
,
List
<
T
>
)
Implementation
typedef OnDayPressed<T> = void Function(DateTime, List<T>);
flutter_calendar_carousel package
documentation
flutter_calendar_carousel
OnDayPressed<T> typedef
flutter_calendar_dooboo library