GraphViewThemeData constructor
const
GraphViewThemeData({})
Implementation
const GraphViewThemeData(
{this.borderColor,
Color? vertexBorderColor,
required this.edgeLineColor,
this.groupBorderColor})
: _vertexBorderColor = vertexBorderColor;