ConnectionEndPoint constructor
Creates a connection endpoint marker.
Parameters:
shape: The geometric shape of the endpoint markersize: The size of the marker in logical pixels
Implementation
const ConnectionEndPoint({required this.shape, required this.size});