grouped property

bool grouped

Whether or not the bars should be organized into groups.

Implementation

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