displayHeight property

num? displayHeight

Implementation

_i2.num? get displayHeight => _i4.getProperty(
      this,
      'displayHeight',
    );
void displayHeight=(num? value)

Implementation

set displayHeight(_i2.num? value) {
  _i4.setProperty(
    this,
    'displayHeight',
    value ?? _i6.undefined,
  );
}