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 =>
WeekRange(_start.add(days: -7), _ago + 1, _titleFunction);