DartBlockVoidSymbol constructor
const
DartBlockVoidSymbol({
- Key? key,
- bool includeLabel = false,
- BorderRadius? borderRadius,
Implementation
const DartBlockVoidSymbol({
super.key,
this.includeLabel = false,
this.borderRadius,
});