FaceLandmark constructor

FaceLandmark(
  1. {required FaceLandmarkType type,
  2. required Offset point}
)

Implementation

FaceLandmark({
  required this.type,
  required this.point,
});