menu
cool_datepicker package
documentation
library/utils/extension_util.dart
ToSelectedDates
tomorrow method
tomorrow method
dark_mode
light_mode
tomorrow
method
DateTime
tomorrow
(
)
Implementation
DateTime tomorrow() { return DateTime(this.year, this.month, this.day + 1); }
cool_datepicker package
documentation
library/utils/extension_util
ToSelectedDates
tomorrow method
ToSelectedDates extension on
DateTime