maxContentSize property

double maxContentSize

Implementation

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

Implementation

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