stacked property

bool stacked

Whether or not the bars should be organized into stacks.

Implementation

bool get stacked =>
    groupingType == BarGroupingType.stacked ||
    groupingType == BarGroupingType.groupedStacked;