isSelected method

bool isSelected(
  1. int dotIndex
)

Implementation

bool isSelected(int dotIndex) => _currentPageIndex == dotIndex;