NodeFlowMinimap<T> constructor

const NodeFlowMinimap<T>({
  1. Key? key,
  2. required NodeFlowController<T> controller,
  3. MinimapTheme theme = MinimapTheme.light,
  4. bool interactive = true,
})

Implementation

const NodeFlowMinimap({
  super.key,
  required this.controller,
  this.theme = MinimapTheme.light,
  this.interactive = true,
});