getOverflowText method
Returns the text to display when there are more events than can be displayed.
Implementation
String getOverflowText() => '+$_overflowCount more';
Returns the text to display when there are more events than can be displayed.
String getOverflowText() => '+$_overflowCount more';