customGroup method

  1. @override
Widget? customGroup(
  1. S2Group<T> group
)
override

Returns the custom grouped choices widget

Implementation

@override
Widget? customGroup(S2Group<T> group) {
  return builder!.group?.call(modalContext, this, group);
}