rightColumns property

List<int> rightColumns
final

Column indices that should be right-aligned instead of left-aligned.

Example: [2] right-aligns the column at index 2 (e.g., for numeric values). Right-alignment takes precedence over center-alignment if a column is in both lists. Defaults to empty list (all columns left-aligned).

Implementation

final List<int> rightColumns;