rectangle constant
ConnectionEndPoint
const rectangle
Rectangle endpoint marker with default size 5.0.
Creates a solid rectangle at the endpoint.
Implementation
static const rectangle = ConnectionEndPoint(
shape: MarkerShapes.rectangle,
size: Size.square(5.0),
);