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