maskPointForehead property
The mask is placed relatively to the forehead
Implementation
MaskPointForehead? get maskPointForehead {
if (this is MaskPointForehead) {
return this as MaskPointForehead;
}
return null;
}
The mask is placed relatively to the forehead
MaskPointForehead? get maskPointForehead {
if (this is MaskPointForehead) {
return this as MaskPointForehead;
}
return null;
}