DartBlockFunctionCallNodeWidget constructor
const
DartBlockFunctionCallNodeWidget({
- Key? key,
- required FunctionCallStatement functionCallStatement,
- BorderRadius? borderRadius,
Implementation
const DartBlockFunctionCallNodeWidget({
super.key,
required this.functionCallStatement,
this.borderRadius,
});