ConfigRenderPoint constructor

const ConfigRenderPoint({
  1. double radiusPx = 3.5,
  2. SymbolRender? symbolRender,
  3. double strokeWidthPx = 0.0,
  4. bool showPointLabel = false,
  5. PointLabelDecorator? pointLabelDecorator,
  6. bool showComparisonPoint = false,
  7. ComparisonSymbolRender comparisonSymbolRender = const ComparisonSymbolRenderRectangleRange(),
})

Implementation

const ConfigRenderPoint({
  this.radiusPx = 3.5,
  this.symbolRender,
  this.strokeWidthPx = 0.0,
  this.showPointLabel = false,
  this.pointLabelDecorator,
  this.showComparisonPoint = false,
  this.comparisonSymbolRender = const ComparisonSymbolRenderRectangleRange(),
});