isIntersecting property

bool get isIntersecting

Implementation

_i2.bool get isIntersecting => _i4.getProperty(
      this,
      'isIntersecting',
    );
set isIntersecting (bool value)

Implementation

set isIntersecting(_i2.bool value) {
  _i4.setProperty(
    this,
    'isIntersecting',
    value,
  );
}