const GraphEdge({ required this.sourceId, required this.targetId, this.label, this.isDashed = false, this.color, });