NodeIconBox constructor
const
NodeIconBox({
- Key? key,
- required Widget? iconWidget,
- required double width,
- required double height,
- required EdgeInsets padding,
- required EdgeInsets margin,
- required double emptyWidth,
- required double scale,
Implementation
const NodeIconBox({
super.key,
required this.iconWidget,
required this.width,
required this.height,
required this.padding,
required this.margin,
required this.emptyWidth,
required this.scale,
});