SymbolRenderCircle constructor

SymbolRenderCircle({
  1. bool isSolid = true,
})

Implementation

SymbolRenderCircle({
  this.isSolid = true,
});