puffy property

RoundedPolygon puffy
final

A puffy shape.

Implementation

static final puffy = _customPolygon(
  [
    const _PointNRound(Point(0.5, 0.053)),
    const _PointNRound(
      Point(0.545, -0.04),
      CornerRounding(radius: 0.405),
    ),
    const _PointNRound(
      Point(0.670, -0.035),
      CornerRounding(radius: 0.426),
    ),
    const _PointNRound(
      Point(0.717, 0.066),
      CornerRounding(radius: 0.574),
    ),
    const _PointNRound(Point(0.722, 0.128)),
    const _PointNRound(
      Point(0.777, 0.002),
      CornerRounding(radius: 0.36),
    ),
    const _PointNRound(
      Point(0.914, 0.149),
      CornerRounding(radius: 0.66),
    ),
    const _PointNRound(
      Point(0.926, 0.289),
      CornerRounding(radius: 0.66),
    ),
    const _PointNRound(Point(0.881, 0.346)),
    const _PointNRound(
      Point(0.940, 0.344),
      CornerRounding(radius: 0.126),
    ),
    const _PointNRound(
      Point(1.003, 0.437),
      CornerRounding(radius: 0.255),
    ),
  ],
  2,
  mirroring: true,
)
    .transformed(
      (Matrix4.identity()..scale(1.0, 0.742)).asPointTransformer(),
    )
    .normalized();