stacked property
Whether or not the bars should be organized into stacks.
Implementation
bool get stacked =>
groupingType == BarGroupingType.stacked ||
groupingType == BarGroupingType.groupedStacked;
Whether or not the bars should be organized into stacks.
bool get stacked =>
groupingType == BarGroupingType.stacked ||
groupingType == BarGroupingType.groupedStacked;