isCurrentImageIndex method

bool isCurrentImageIndex(
  1. int index
)

Implementation

bool isCurrentImageIndex(int index) => state.currentImageIndex == index;