NodePickerItem constructor
const
NodePickerItem({})
Implementation
const NodePickerItem({
Key? key,
required this.nodeWrapper,
this.enable = true,
this.onClick,
}) : super(key: key);
const NodePickerItem({
Key? key,
required this.nodeWrapper,
this.enable = true,
this.onClick,
}) : super(key: key);