arrow property

RoundedPolygon arrow
final

An arrow shape.

Implementation

static final arrow = _customPolygon(
  [
    const _PointNRound(
      Point(0.5, 0.892),
      CornerRounding(radius: 0.313),
    ),
    const _PointNRound(
      Point(-0.216, 1.05),
      CornerRounding(radius: 0.207),
    ),
    const _PointNRound(
      Point(0.499, -0.16),
      CornerRounding(radius: 0.215, smoothing: 1),
    ),
    const _PointNRound(
      Point(1.225, 1.06),
      CornerRounding(radius: 0.211),
    ),
  ],
  1,
).normalized();