AnsiStyle constructor

AnsiStyle(
  1. AnsiSelection selection, {
  2. AnsiColor? color,
  3. int? bit9Pallete,
})

Creates style by its selection and optional color details

Implementation

AnsiStyle(this.selection, {this.color, this.bit9Pallete});