reducedSize property

bool get reducedSize

Implementation

bool get reducedSize => js_util.getProperty(this, 'reducedSize');
set reducedSize (bool newValue)

Implementation

set reducedSize(bool newValue) {
  js_util.setProperty(this, 'reducedSize', newValue);
}