isSelected method

bool isSelected(
  1. int dotIndex
)

Implementation

bool isSelected(int dotIndex) {
  return dotIndex == _currentPageIndex;
}