width property

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

水印图像的宽度,单位为像素。

Implementation

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