getGroupBar method

(FGroup, FBar) getGroupBar(
  1. int i,
  2. int j
)

Implementation

(FGroup, FBar) getGroupBar(int i, int j) {
  final group = _getOnlyGroup(i);
  return (group, group[j] ?? emptyBar);
}