autoBlockSize property

double autoBlockSize

Implementation

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

Implementation

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