ConfigRenderPoint constructor
const
ConfigRenderPoint({
- double radiusPx = 3.5,
- SymbolRender? symbolRender,
- double strokeWidthPx = 0.0,
- bool showPointLabel = false,
- PointLabelDecorator? pointLabelDecorator,
- bool showComparisonPoint = false,
- 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(),
});