repeatedIndexes abstract method

List<int> repeatedIndexes(
  1. List<int> indexes,
  2. int crossAxisCount
)

Returns the indexes in the repeating pattern order.

Implementation

List<int> repeatedIndexes(List<int> indexes, int crossAxisCount);