buildBody method

  1. @override
Widget? buildBody(
  1. BuildContext context
)
override

Implementation

@override
Widget? buildBody(BuildContext context) {
  return SelectWidget<T>(data,
      key: _listKey,
      buildCheckChild: buildCheckChild,
      selectedData: selectedData,
      compare: compare,
      multiple: multiple);
}