cropRight property

  1. @JsonKey(name: 'cropRight')
int? cropRight
final

Raw data related parameter. The number of pixels trimmed from the right. The default value is 0.

Implementation

@JsonKey(name: 'cropRight')
final int? cropRight;