menu
dt
rendering.dart
Style
Style const constructor
Style
dark_mode
light_mode
Style
constructor
const
Style
(
{
Color
?
foreground
,
Color
?
background
}
)
Creates a new default style.
Implementation
const Style({ this.foreground, this.background, });
dt
rendering
Style
Style const constructor
Style class