ratio property

double get ratio

Implementation

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

Implementation

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