reducedSize property

bool reducedSize

Implementation

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

Implementation

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