unlockAspectRatio property
void Function()
get
unlockAspectRatio
Implementation
void Function() get unlockAspectRatio => () => _i5.callMethod(
_i5.getProperty(
this,
'unlockAspectRatio',
),
r'call',
[this],
);
set
unlockAspectRatio
(void value())
Implementation
set unlockAspectRatio(void Function() value) {
_i5.setProperty(
this,
'unlockAspectRatio',
_i5.allowInterop(value),
);
}