BaseBarRendererConfig<D> constructor
BaseBarRendererConfig<D> ({
- int barGroupInnerPaddingPx = 2,
- String? customRendererId,
- List<
int> ? dashPattern, - BarGroupingType groupingType = BarGroupingType.grouped,
- int? layoutPaintOrder,
- int minBarLengthPx = 0,
- int? maxBarWidthPx,
- FillPatternType? fillPattern,
- int stackedBarPaddingPx = 1,
- double strokeWidthPx = 0.0,
- SymbolRenderer? symbolRenderer,
- List<
int> ? weightPattern,
Implementation
BaseBarRendererConfig(
{this.barGroupInnerPaddingPx = 2,
this.customRendererId,
this.dashPattern,
this.groupingType = BarGroupingType.grouped,
this.layoutPaintOrder,
this.minBarLengthPx = 0,
this.maxBarWidthPx,
this.fillPattern,
this.stackedBarPaddingPx = 1,
this.strokeWidthPx = 0.0,
SymbolRenderer? symbolRenderer,
this.weightPattern})
: symbolRenderer = symbolRenderer ?? RoundedRectSymbolRenderer();