gridColumnLineOffsets property

List<double> get gridColumnLineOffsets

Resolved grid line positions along each axis, in this node's local content space (same space as child layout positions). Available after layout on a grid node; empty for non-grid nodes. Consecutive offsets bound a cell/track, so N lines describe N-1 cells.

Implementation

List<double> get gridColumnLineOffsets;