capsuleHalf constant

ConnectionEndPoint const capsuleHalf

Half-capsule endpoint marker with default size 5.0.

This creates a rounded arrow-like appearance.

Implementation

static const capsuleHalf = ConnectionEndPoint(
  shape: MarkerShapes.capsuleHalf,
  size: Size.square(5.0),
);