intersectionRatio property

double get intersectionRatio

Implementation

double get intersectionRatio =>
    js_util.getProperty(this, 'intersectionRatio');
set intersectionRatio (double newValue)

Implementation

set intersectionRatio(double newValue) {
  js_util.setProperty(this, 'intersectionRatio', newValue);
}