fillLightMode property

FillLightMode fillLightMode

Implementation

FillLightMode get fillLightMode =>
    FillLightMode.fromValue(js_util.getProperty(this, 'fillLightMode'));
void fillLightMode=(FillLightMode newValue)

Implementation

set fillLightMode(FillLightMode newValue) {
  js_util.setProperty(this, 'fillLightMode', newValue.value);
}