SelectableBox constructor
const
SelectableBox({
- Key? key,
- UpstreamDownstreamNodeSelection? selection,
- required Color selectionColor,
- required Widget child,
Implementation
const SelectableBox({
Key? key,
this.selection,
required this.selectionColor,
required this.child,
}) : super(key: key);