triangle constant

ConnectionEndPoint const triangle

Triangular endpoint marker with default size 5.0.

Creates an arrow-head triangle at the endpoint, pointing in the direction of the connection.

Implementation

static const triangle = ConnectionEndPoint(
  shape: PortShapes.triangle,
  size: 5.0,
);