percentageBlockSize property

double percentageBlockSize

Implementation

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

Implementation

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