SankeyDiagramWidget constructor
const
SankeyDiagramWidget({})
Implementation
const SankeyDiagramWidget({
Key? key,
required this.data,
required this.nodeColors,
this.selectedNodeId,
this.onNodeSelected,
this.size = const Size(1000, 600),
this.showLabels = true,
this.showTexture = true,
}) : super(key: key);