centerColumns property

List<int> centerColumns
final

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

Example: [1, 3] center-aligns columns at indices 1 and 3. Right-alignment (rightColumns) takes precedence if a column is in both lists. Defaults to empty list (all columns left-aligned).

Implementation

final List<int> centerColumns;