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