pentagon property

RoundedPolygon pentagon
final

A pentagon shape.

Implementation

static final pentagon = _customPolygon(
  [
    const _PointNRound(
      Point(0.5, -0.009),
      CornerRounding(radius: 0.172),
    ),
    const _PointNRound(
      Point(1.03, 0.365),
      CornerRounding(radius: 0.164),
    ),
    const _PointNRound(
      Point(0.828, 0.97),
      CornerRounding(radius: 0.169),
    ),
  ],
  1,
  mirroring: true,
).normalized();