rolloffFactor property
double
get
rolloffFactor
Implementation
double get rolloffFactor => js_util.getProperty(this, 'rolloffFactor');
set
rolloffFactor
(double newValue)
Implementation
set rolloffFactor(double newValue) {
js_util.setProperty(this, 'rolloffFactor', newValue);
}