yRatio property

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

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

Implementation

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