ANSISGRColorSpec.traditional constructor
ANSISGRColorSpec.traditional(
- int color
Implementation
factory ANSISGRColorSpec.traditional(int color) => ANSISGRColorSpec._(
foregroundAnsiCommand: ANSISGRCommand.foregroundColor(color),
backgroundAnsiCommand: ANSISGRCommand.backgroundColor(color),
);