FaceContour constructor

FaceContour({
  1. required FaceContourType type,
  2. List<Offset> points = const [],
})

Implementation

FaceContour({
  required this.type,
  this.points = const [],
});