SymbolRenderRect constructor

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

Implementation

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