FunctionCallStatementWidget constructor
const
FunctionCallStatementWidget({
- Key? key,
- required FunctionCallStatement statement,
- DartBlockFunction? customFunction,
Implementation
const FunctionCallStatementWidget({
super.key,
required this.statement,
this.customFunction,
});