displayHeight property
      
      num?
      get
      displayHeight
      
    
    
    
Implementation
_i2.num? get displayHeight => _i4.getProperty(
      this,
      'displayHeight',
    );
      
      set
      displayHeight
      (num? value) 
      
    
    
    
Implementation
set displayHeight(_i2.num? value) {
  _i4.setProperty(
    this,
    'displayHeight',
    value ?? _i6.undefined,
  );
}