ConnectionPathCache constructor
ConnectionPathCache({
- required NodeFlowTheme theme,
- NodeShape? nodeShape(
- Node node
Implementation
ConnectionPathCache({required NodeFlowTheme theme, this.nodeShape})
: _theme = theme;