normals property

List<Vector2> normals
final

The normals of the shape. Note: use vertexCount, not _normals.length, to get number of active normals.

Implementation

final List<Vector2> normals = [];