frameHeight property

num? get frameHeight

Implementation

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

Implementation

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