IndicatorRenderParams constructor
      
      IndicatorRenderParams()
     
    
Creating an argument constructor of IndicatorRenderParams class.
Implementation
IndicatorRenderParams(
  this.calculatedDataPoints,
  this.name,
  this.signalLineWidth,
  this.signalLineColor,
  this.signalLineDashArray,
);