menu
artisanal package
documentation
style.dart
WhitespaceOptions
WhitespaceOptions.new const constructor
WhitespaceOptions.new const constructor
dark_mode
light_mode
WhitespaceOptions
constructor
const
WhitespaceOptions
(
{
String
chars
=
' '
,
Color
?
foreground
,
Color
?
background
,
})
Implementation
const WhitespaceOptions({this.chars = ' ', this.foreground, this.background});
artisanal package
documentation
style
WhitespaceOptions
WhitespaceOptions.new const constructor
WhitespaceOptions class