commonRanges function
Implementation
List<DatepickerDateRange> commonRanges(Clock clock) => [
today(clock),
yesterday(clock),
thisWeek(clock),
lastWeek(clock),
thisMonth(clock),
lastMonth(clock),
allTime,
];