menu
custom_date_picker package
documentation
calendar_date_picker2.dart
CalendarDatePicker2
value property
value property
dark_mode
light_mode
value
property
List
<
DateTime
?
>
value
final
The selected
DateTime
s that the picker should display.
Implementation
final List<DateTime?> value;
custom_date_picker package
documentation
calendar_date_picker2
CalendarDatePicker2
value property
CalendarDatePicker2 class