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