stacked property

bool stacked
inherited

Whether or not the bars should be organized into stacks.

Implementation

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