fan property
A fan shape.
Implementation
static final fan = _customPolygon(
[
const _PointNRound(
Point(1.004, 1),
CornerRounding(radius: 0.148, smoothing: 0.417),
),
const _PointNRound(
Point(0, 1),
CornerRounding(radius: 0.151),
),
const _PointNRound(
Point(0, -0.003),
CornerRounding(radius: 0.148),
),
const _PointNRound(
Point(0.978, 0.02),
CornerRounding(radius: 0.803),
),
],
1,
).normalized();