TextGeometry.create constructor

TextGeometry.create(
  1. List<Shape> shapes,
  2. Map<String, dynamic> options
)

Implementation

TextGeometry.create(List<Shape> shapes, Map<String, dynamic> options) : super(shapes, options) {
  type = "TextGeometry";
}