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