index method

Specifies an index for the column.

Implementation

ColumnDefinition index() {
  _isIndexed = true;
  return this;
}