FunctionCallStatementWidget constructor

const FunctionCallStatementWidget({
  1. Key? key,
  2. required FunctionCallStatement statement,
  3. DartBlockFunction? customFunction,
})

Implementation

const FunctionCallStatementWidget({
  super.key,
  required this.statement,
  this.customFunction,
});