column property

int column

The column index of the child in the TableView.

Equivalent to the xIndex.

Implementation

int get column => xIndex;