menu
syncfusion_flutter_calendar package
documentation
calendar.dart
ViewChangedDetails
ViewChangedDetails const constructor
ViewChangedDetails const constructor
dark_mode
light_mode
ViewChangedDetails
constructor
const
ViewChangedDetails
(
List
<
DateTime
>
visibleDates
)
Creates details for
ViewChangedCallback
.
Implementation
const ViewChangedDetails(this.visibleDates);
syncfusion_flutter_calendar package
documentation
calendar
ViewChangedDetails
ViewChangedDetails const constructor
ViewChangedDetails class