menu
get_flutter_custom_calendar package
documentation
controller.dart
CalendarController
getCurrentMonth method
getCurrentMonth method
dark_mode
light_mode
getCurrentMonth
method
DateModel
getCurrentMonth
(
)
Implementation
DateModel getCurrentMonth() { return monthList[monthController.page!.toInt()]; }
get_flutter_custom_calendar package
documentation
controller
CalendarController
getCurrentMonth method
CalendarController class