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