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