noShade property
bool
get
noShade
Implementation
bool get noShade => js_util.getProperty(this, 'noShade');
set
noShade
(bool newValue)
Implementation
set noShade(bool newValue) {
js_util.setProperty(this, 'noShade', newValue);
}