ConvexOptions constructor

ConvexOptions({
  1. required List<int> faceList,
})

Implementation

ConvexOptions({
  required this.faceList
});