none constant

ConnectionEndPoint const none

No endpoint marker (invisible).

Use this when you want a clean connection line without any decorative markers.

Implementation

static const none = ConnectionEndPoint(
  shape: MarkerShapes.none,
  size: Size.zero,
);