Property
barGroupInnerPaddingPx
| Type | Default | 
|---|---|
| int | 2 | 
Distance between group
barGroupingType
| Type | Default | 
|---|---|
| BarGroupingType | BarGroupingType.grouped | 
Defines how multiple series bars are rendered per domain
fillPattern
| Type | Name | Default | 
|---|---|---|
| FillPattern | fillPattern | FillPattern.solid | 
Defines a pattern for the fill color
maxBarWidthPx
| Type | Name | Default | 
|---|---|---|
| int? | maxBarWidthPx | null | 
Maximum width of the bar
minBarLengthPx
| Type | Name | Default | 
|---|---|---|
| int | minBarLengthPx | 0 | 
Minimum bar
radius
| Type | Name | Default | 
|---|---|---|
| int | radius | 2 | 
Corner top left and top right
stackedBarPaddingPx
| Type | Name | Default | 
|---|---|---|
| int | stackedBarPaddingPx | 1 | 
Padding between bar group stack. barGroupingType must be BarGroupingType.stacked or BarGroupingType.groupedStacked
strokeWidthPx
| Type | Default | 
|---|---|
| double | 0.0 | 
Border bar, the color follows the color of the group so you need to set the fillColor property to make the border clearer
weightPattern
| Type | Default | 
|---|---|
| List<int>? | null | 
Still not available to use, still monitoring to community_chart_flutter
showBarLabel
| Type | Default | 
|---|---|
| bool | false | 
show label on bar item
barLabelDecorator
| Type | Default | 
|---|---|
| BarLabelDecorator? | null | 
to decor label on bar item.