WhitespaceOptions constructor
Creates whitespace processing options.
chars specifies characters to cycle through when filling space.
foreground and background apply optional styling.
Implementation
const WhitespaceOptions({this.chars = ' ', this.foreground, this.background});