prev property
A date range which ends immediately before this one starts, and has either the same length or similar semantics (such as "the previous year").
Implementation
DatepickerDateRange get prev =>
MonthRange(_start.add(months: -1), _ago + 1, _titleFunction);