isWideWidth property

bool get isWideWidth

Implementation

_i2.bool get isWideWidth => _i5.getProperty(
      this,
      'isWideWidth',
    );
set isWideWidth (bool value)

Implementation

set isWideWidth(_i2.bool value) {
  _i5.setProperty(
    this,
    'isWideWidth',
    value,
  );
}