FunctionComposerButton constructor
const
FunctionComposerButton({
- Key? key,
- DartBlockFunctionCallValue? functionCallValue,
- required List<
DartBlockVariableDefinition> variableDefinitions, - required dynamic onSavedFunctionCallStatement(
- DartBlockFunction function,
- FunctionCallStatement functionCallStatement
- List<
DartBlockDataType> ? restrictFunctionCallReturnTypes,
Implementation
const FunctionComposerButton({
super.key,
this.functionCallValue,
required this.variableDefinitions,
required this.onSavedFunctionCallStatement,
this.restrictFunctionCallReturnTypes,
});