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: PortShape.capsuleHalf,
  size: 5.0,
);