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