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