bubbles property

bool get bubbles

Implementation

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

Implementation

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