checkOpacity property

bool checkOpacity

Implementation

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

Implementation

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