hasOverflow method

bool hasOverflow()

Whether there are more events than can be displayed.

Implementation

bool hasOverflow() => _overflowCount > 0;