isIntersecting property

bool isIntersecting

Implementation

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

Implementation

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