PopUpFn typedef

PopUpFn = Widget Function(FGroup group, FBar bar, int i, int j)

Here i and j are the indices of group and bar respectively.

Implementation

typedef PopUpFn = Widget Function(FGroup group, FBar bar, int i, int j);