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