PointRendererElement<D>  constructor 
      
      PointRendererElement<D> ({})
     
    
    
Implementation
PointRendererElement({
  this.point,
  this.index,
  this.color,
  this.fillColor,
  this.measureAxisPosition,
  required this.radiusPx,
  required this.boundsLineRadiusPx,
  required this.strokeWidthPx,
  this.symbolRendererId,
});