TextGeometry.create constructor

TextGeometry.create(
  1. List<Shape> shapes,
  2. ExtrudeGeometryOptions options
)

Implementation

TextGeometry.create(super.shapes, super.options){
  type = "TextGeometry";
}