maxVisibleDots property
The max number of dots to display at a time if count is <= maxVisibleDots maxVisibleDots = count must be an odd number that's >= 5
Implementation
final int maxVisibleDots;
The max number of dots to display at a time if count is <= maxVisibleDots maxVisibleDots = count must be an odd number that's >= 5
final int maxVisibleDots;