calculateSize abstract method

Size calculateSize(
  1. int count
)

Calculates the size of canvas based on dots count, size and spacing

Implementers can override this function to calculate their own size

Implementation

Size calculateSize(int count);