clamShell property
A clam-shell shape.
Implementation
static final clamShell = _customPolygon(
[
const _PointNRound(
Point(0.171, 0.841),
CornerRounding(radius: 0.159),
),
const _PointNRound(
Point(-0.02, 0.5),
CornerRounding(radius: 0.140),
),
const _PointNRound(
Point(0.17, 0.159),
CornerRounding(radius: 0.159),
),
],
2,
).normalized();