maskPointMouth property
The mask is placed relatively to the mouth
Implementation
MaskPointMouth? get maskPointMouth {
if (this is MaskPointMouth) {
return this as MaskPointMouth;
}
return null;
}
The mask is placed relatively to the mouth
MaskPointMouth? get maskPointMouth {
if (this is MaskPointMouth) {
return this as MaskPointMouth;
}
return null;
}