xRatio property

  1. @JsonKey(name: 'xRatio')
double? xRatio
final

The x-coordinate of the upper left corner of the watermark. The horizontal position relative to the origin, where the upper left corner of the screen is the origin, and the x-coordinate is the upper left corner of the watermark. The value range is 0.0,1.0, and the default value is 0.

Implementation

@JsonKey(name: 'xRatio')
final double? xRatio;