updateFirstIndex method

void updateFirstIndex(
  1. int index
)

更新第一列索引

Implementation

void updateFirstIndex(int index) => firstIndex = index;