point property

  1. @JsonKey(name: 'point')
MaskPositionPoint get point
inherited

The part of the face relative to which the mask should be placed. One of "forehead", "eyes", "mouth", or "chin".

Implementation

@JsonKey(name: 'point')
MaskPositionPoint get point;