DartBlockVoidSymbol constructor

const DartBlockVoidSymbol({
  1. Key? key,
  2. bool includeLabel = false,
  3. BorderRadius? borderRadius,
})

Implementation

const DartBlockVoidSymbol({
  super.key,
  this.includeLabel = false,
  this.borderRadius,
});