getOverflowCount method

int getOverflowCount(
  1. int dayIdx
)

Returns the number of overflowed events for the given day index.

Implementation

int getOverflowCount(int dayIdx) => _calculatedOverflowCounts[dayIdx] ?? 0;