BarErrorDecorator<D> constructor

BarErrorDecorator<D>({
  1. Color strokeColor = _defaultStrokeColor,
  2. double strokeWidthPx = _defaultStrokeWidthPx,
  3. double endpointLengthPx = _defaultEndpointLengthPx,
  4. double outlineWidthPx = _defaultOutlineWidthPx,
  5. Color outlineColor = _defaultOutlineColor,
})

Implementation

BarErrorDecorator(
    {this.strokeColor = _defaultStrokeColor,
    this.strokeWidthPx = _defaultStrokeWidthPx,
    this.endpointLengthPx = _defaultEndpointLengthPx,
    this.outlineWidthPx = _defaultOutlineWidthPx,
    this.outlineColor = _defaultOutlineColor});