ValueCompositionBooleanConstantNodeWidget constructor
const
ValueCompositionBooleanConstantNodeWidget({
- Key? key,
- required DartBlockValueTreeBooleanConstantNode node,
- required String? selectedNodeKey,
- dynamic onTap()?,
Implementation
const ValueCompositionBooleanConstantNodeWidget({
super.key,
required this.node,
required this.selectedNodeKey,
this.onTap,
});