WhitespaceOptions constructor

const WhitespaceOptions({
  1. String chars = ' ',
  2. Color? foreground,
  3. Color? background,
})

Implementation

const WhitespaceOptions({this.chars = ' ', this.foreground, this.background});