Label for recent days choice on quick choices.
@override String recentDaysLabel(int count) { assert(count > 0); return 'Last $count ${count == 1 ? 'day' : 'days'}'; }