captureWidth property

  1. @JsonKey(includeIfNull: false)
int? captureWidth
getter/setter pair

The width (px) of the video image captured by the local camera. To customize the width of the video image, set preference as Manual(3) first, and then use this parameter.

Implementation

@JsonKey(includeIfNull: false)
int? captureWidth;