title property

  1. @override
String get title
override

E.g. "Last 7 days", "This month", "Custom", etc.

Implementation

@override
String get title => _titleFunction(_ago);