DartBlockFunctionCallNodeWidget constructor

const DartBlockFunctionCallNodeWidget({
  1. Key? key,
  2. required FunctionCallStatement functionCallStatement,
  3. BorderRadius? borderRadius,
})

Implementation

const DartBlockFunctionCallNodeWidget({
  super.key,
  required this.functionCallStatement,
  this.borderRadius,
});