menu
yjy_flutter_date_range_picker_single package
documentation
flutter_date_range_picker.dart
CalendarWidgetController
next method
next method
dark_mode
light_mode
next
method
void
next
(
)
Goes to the next month.
Implementation
void next() { currentMonth = nextMonth; }
yjy_flutter_date_range_picker_single package
documentation
flutter_date_range_picker
CalendarWidgetController
next method
CalendarWidgetController class