NodeFlowMinimap<T> constructor
const
NodeFlowMinimap<T> ({
- Key? key,
- required NodeFlowController<
T> controller, - Size size = const Size(200, 150),
- Color? backgroundColor,
- Color? nodeColor,
- Color? viewportColor,
- double borderRadius = 4.0,
- EdgeInsets padding = const EdgeInsets.all(4.0),
- bool showViewport = true,
- bool interactive = true,
Implementation
const NodeFlowMinimap({
super.key,
required this.controller,
this.size = const Size(200, 150),
this.backgroundColor,
this.nodeColor,
this.viewportColor,
this.borderRadius = 4.0,
this.padding = const EdgeInsets.all(4.0),
this.showViewport = true,
this.interactive = true,
});