circle constant

ConnectionEndPoint const circle

Circular endpoint marker with default size 5.0.

Creates a simple dot at the endpoint.

Implementation

static const circle = ConnectionEndPoint(
  shape: MarkerShapes.circle,
  size: 5.0,
);