checkOpacity property

bool get checkOpacity

Implementation

bool get checkOpacity => js_util.getProperty(this, 'checkOpacity');
set checkOpacity (bool newValue)

Implementation

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