aspectTolerance property
You can optionally set aspect ratio tolerance level that is used in calculating the optimal Camera preview size. On several Huawei devices you need to set this to 0.5. This parameter is only supported on Android devices.
Implementation
@$pb.TagNumber(1)
$core.double get aspectTolerance => $_getN(0);
Implementation
@$pb.TagNumber(1)
set aspectTolerance($core.double v) { $_setDouble(0, v); }