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