ghostish property

RoundedPolygon ghostish
final

A ghostish shape.

Implementation

static final ghostish = _customPolygon(
  [
    const _PointNRound(
      Point(0.5, 0),
      CornerRounding(radius: 1),
    ),
    const _PointNRound(
      Point(1, 0),
      CornerRounding(radius: 1),
    ),
    const _PointNRound(
      Point(1, 1.14),
      CornerRounding(radius: 0.254, smoothing: 0.106),
    ),
    const _PointNRound(
      Point(0.575, 0.906),
      CornerRounding(radius: 0.253),
    ),
  ],
  1,
  mirroring: true,
).normalized();