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