light property
Object
get
light
The icon path for the light theme.
Implementation
_i2.Object get light => _i5.getProperty(
this,
'light',
);
set
light
(Object value)
Implementation
set light(_i2.Object value) {
_i5.setProperty(
this,
'light',
value,
);
}