position property

  1. @JsonKey(unknownEnumValue: WatermarkPosition.upperRight)
WatermarkPosition position
final

Location of the image. Valid positions are: "upperRight", "upperLeft", "lowerLeft", "lowerRight", and "center". Note that "center" will ignore the "padding" parameter.

default value: upperRight

Implementation

@JsonKey(unknownEnumValue: WatermarkPosition.upperRight)
final WatermarkPosition position;