maskPointChin property

MaskPointChin? maskPointChin

The mask is placed relatively to the chin

Implementation

MaskPointChin? get maskPointChin {
  if (this is MaskPointChin) {
    return this as MaskPointChin;
  }
  return null;
}