FunctionCallComposer constructor
const
FunctionCallComposer({
- Key? key,
- required List<
DartBlockVariableDefinition> existingVariableDefinitions, - FunctionCallStatement? statement,
- dynamic onSaved(
- DartBlockFunction function,
- FunctionCallStatement functionCallStatement
- dynamic onChange(
- DartBlockFunction function,
- FunctionCallStatement newFunctionCallStatement
- required List<
DartBlockDataType> restrictToDataTypes, - bool showArgumentEditorAsModalBottomSheet = false,
- bool autoSelectDefaultFunction = true,
Implementation
const FunctionCallComposer({
super.key,
required this.existingVariableDefinitions,
this.statement,
this.onSaved,
this.onChange,
required this.restrictToDataTypes,
this.showArgumentEditorAsModalBottomSheet = false,
this.autoSelectDefaultFunction = true,
});