kDefaultPopUpFn static method
Implementation
static Widget kDefaultPopUpFn(FGroup grp, FBar bar, int i, int j) =>
Container(
color: kDefaultPopUpColor,
width: 200,
height: 50,
child: Center(
child: Text('${bar.value}'),
),
);