RenderVertexContainer<V> constructor
Implementation
RenderVertexContainer(this.vertexId,
{required bool selected, required Color borderColor})
: _selected = selected,
_borderColor = borderColor {
updateBorderPaint();
}