maskPointMouth property

MaskPointMouth? maskPointMouth

The mask is placed relatively to the mouth

Implementation

MaskPointMouth? get maskPointMouth {
  if (this is MaskPointMouth) {
    return this as MaskPointMouth;
  }
  return null;
}