menu
flutter_vant_kit package
documentation
widgets/calendar.dart
DayItem
DayItem constructor
DayItem constructor
dark_mode
light_mode
DayItem
constructor
DayItem
(
{
DateTime
?
date
,
String
?
info
,
bool
disabled
=
false
,
})
Implementation
DayItem({this.date, this.info, this.disabled: false});
flutter_vant_kit package
documentation
widgets/calendar
DayItem
DayItem constructor
DayItem class