ConfigRenderLine constructor

const ConfigRenderLine({
  1. double radiusPx = 3.5,
  2. double strokeWidthPx = 2.0,
  3. List<int>? dashPattern,
  4. bool includeLine = true,
  5. bool includePoints = false,
  6. bool includeArea = false,
  7. double areaOpacity = 0.1,
  8. bool roundEndCaps = false,
  9. bool showPointLabel = false,
  10. PointLabelDecorator? pointLabelDecorator,
})

Implementation

const ConfigRenderLine({
  this.radiusPx = 3.5,
  this.strokeWidthPx = 2.0,
  this.dashPattern,
  this.includeLine = true,
  this.includePoints = false,
  this.includeArea = false,
  this.areaOpacity = 0.1,
  this.roundEndCaps = false,
  this.showPointLabel = false,
  this.pointLabelDecorator,
});