columnStyles property
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;
The style to apply to each column's cells, by column index. A null entry, or a column beyond the list, is left unstyled.
final List<cli.AnsiStyle?>? columnStyles;