cropBottom property

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

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

Implementation

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