rolloffFactor property

double rolloffFactor

Implementation

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

Implementation

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