void setColumnIndex(int column, int index) { _currentIndex.update(column, (v) => index, ifAbsent: () => index); }