ConfigRenderPoint constructor

ConfigRenderPoint({
  1. double radiusPx = 3.5,
  2. SymbolRender? symbolRender,
  3. double strokeWidthPx = 0.0,
})

Implementation

ConfigRenderPoint({
  this.radiusPx = 3.5,
  this.symbolRender,
  this.strokeWidthPx = 0.0,
});