maskPointChin property
The mask is placed relatively to the chin
Implementation
MaskPointChin? get maskPointChin {
if (this is MaskPointChin) {
return this as MaskPointChin;
}
return null;
}
The mask is placed relatively to the chin
MaskPointChin? get maskPointChin {
if (this is MaskPointChin) {
return this as MaskPointChin;
}
return null;
}