fillLightMode property
FillLightMode
get
fillLightMode
Implementation
FillLightMode get fillLightMode =>
FillLightMode.fromValue(js_util.getProperty(this, 'fillLightMode'));
set
fillLightMode
(FillLightMode newValue)
Implementation
set fillLightMode(FillLightMode newValue) {
js_util.setProperty(this, 'fillLightMode', newValue.value);
}