currentScale property

double currentScale

Implementation

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

Implementation

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