BooleanValueComposer constructor
const
BooleanValueComposer({
- Key? key,
- DartBlockValueTreeBooleanNode? value,
- required List<
DartBlockVariableDefinition> variableDefinitions, - required dynamic onChange(),
- String? valueLabel,
Implementation
const BooleanValueComposer({
super.key,
this.value,
required this.variableDefinitions,
required this.onChange,
this.valueLabel,
});