ConnectionEndPoint constructor

const ConnectionEndPoint({
  1. required PortShape shape,
  2. required double size,
})

Creates a connection endpoint marker.

Parameters:

  • shape: The geometric shape of the endpoint marker
  • size: The size of the marker in logical pixels

Implementation

const ConnectionEndPoint({required this.shape, required this.size});