intersectionRatio property

double intersectionRatio

Implementation

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

Implementation

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