noShade property

bool noShade

Implementation

bool get noShade => js_util.getProperty(this, 'noShade');
void noShade=(bool newValue)

Implementation

set noShade(bool newValue) {
  js_util.setProperty(this, 'noShade', newValue);
}