diamond constant

ConnectionEndPoint const diamond

Diamond endpoint marker with default size 5.0.

Creates a diamond (45-degree rotated square) at the endpoint.

Implementation

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