cropTop property

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

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

Implementation

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