cameraFrameLandscapeAspectRatio property
double?
get
cameraFrameLandscapeAspectRatio
Allows you to set an aspect ratio of the camera frame (landscape orientation). Default: 0.
Implementation
double? get cameraFrameLandscapeAspectRatio =>
_cameraFrameLandscapeAspectRatio;
set
cameraFrameLandscapeAspectRatio
(double? val)
Implementation
set cameraFrameLandscapeAspectRatio(double? val) {
_cameraFrameLandscapeAspectRatio = val;
_set({"cameraFrameLandscapeAspectRatio": val});
}