ConnectionPathCache constructor

ConnectionPathCache({
  1. required NodeFlowTheme theme,
  2. NodeShape? nodeShape(
    1. Node node
    )?,
})

Implementation

ConnectionPathCache({required NodeFlowTheme theme, this.nodeShape})
  : _theme = theme;