columnStyles property

List<AnsiStyle?>? columnStyles
final

The style to apply to each column's cells, by column index. A null entry, or a column beyond the list, is left unstyled.

Implementation

final List<cli.AnsiStyle?>? columnStyles;