next property

DatepickerDateRange get next
override

A date range which begins immediately after this one ends, and has either the same length or similar semantics (such as "the next month").

Implementation

DatepickerDateRange get next =>
    WeekRange(_start.add(days: 7), _ago - 1, _titleFunction);