FunctionDefinitionWidget constructor
const
FunctionDefinitionWidget({
- Key? key,
- required FunctionDefinition functionDefinition,
- bool showParameters = true,
- bool showReturnTypeLabel = false,
Implementation
const FunctionDefinitionWidget({
super.key,
required this.functionDefinition,
this.showParameters = true,
this.showReturnTypeLabel = false,
});