ConfigRenderBar constructor
const
ConfigRenderBar({
- int barGroupInnerPaddingPx = 2,
- FillPattern fillPattern = FillPattern.solid,
- int radius = 2,
- BarGroupingType barGroupingType = BarGroupingType.grouped,
- int? maxBarWidthPx,
- int minBarLengthPx = 0,
- int stackedBarPaddingPx = 1,
- double strokeWidthPx = 0.0,
- List<
int> ? weightPattern, - bool showBarLabel = false,
- BarLabelDecorator? barLabelDecorator,
Implementation
const ConfigRenderBar({
this.barGroupInnerPaddingPx = 2,
this.fillPattern = FillPattern.solid,
this.radius = 2,
this.barGroupingType = BarGroupingType.grouped,
this.maxBarWidthPx,
this.minBarLengthPx = 0,
this.stackedBarPaddingPx = 1,
this.strokeWidthPx = 0.0,
this.weightPattern,
this.showBarLabel = false,
this.barLabelDecorator,
});