triangle property

RoundedPolygon triangle
final

A triangle shape.

Implementation

static final triangle =
    RoundedPolygon.fromVerticesNum(3, rounding: _cornerRound20)
        .transformed(
          (Matrix4.identity()..rotateZ(_negative90Radians))
              .asPointTransformer(),
        )
        .normalized();