slanted property

RoundedPolygon slanted
final

A slanted square shape.

Implementation

static final slanted = _customPolygon(
  const [
    _PointNRound(
      Point(0.926, 0.970),
      CornerRounding(radius: 0.189, smoothing: 0.811),
    ),
    _PointNRound(
      Point(-0.021, 0.967),
      CornerRounding(radius: 0.187, smoothing: 0.057),
    ),
  ],
  2,
).normalized();