NodeFlowMinimap<T> constructor
const
NodeFlowMinimap<T> ({
- Key? key,
- required NodeFlowController<
T> controller, - MinimapTheme theme = MinimapTheme.light,
- bool interactive = true,
Implementation
const NodeFlowMinimap({
super.key,
required this.controller,
this.theme = MinimapTheme.light,
this.interactive = true,
});