cropLeft property

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

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

Implementation

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