default_ constant

ANSISGRColorSpec const default_

Implementation

static const default_ = ANSISGRColorSpec._(
  foregroundAnsiCommand: ANSISGRCommand.foregroundColorKeep,
  backgroundAnsiCommand: ANSISGRCommand.backgroundColorKeep,
);