isIntersecting property

bool get isIntersecting

Implementation

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

Implementation

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