rightColumn property

int rightColumn

column number where the right of the cell ends in the layout Layout.firstColumn=first column

Implementation

int get rightColumn => leftColumn + columnSpan - 1;