dark property
ThemableDecorationRenderOptions?
get
dark
Overwrite options for dark themes.
Implementation
_i3.ThemableDecorationRenderOptions? get dark => _i5.getProperty(
this,
'dark',
);
set
dark
(ThemableDecorationRenderOptions? value)
Implementation
set dark(_i3.ThemableDecorationRenderOptions? value) {
_i5.setProperty(
this,
'dark',
value ?? _i6.undefined,
);
}