SymbolRenderRoundedRect constructor

SymbolRenderRoundedRect({
  1. bool isSolid = true,
  2. double? radius,
})

Implementation

SymbolRenderRoundedRect({
  this.isSolid = true,
  this.radius,
});