SelectGroup<T> constructor
const
SelectGroup<T> ({
- Key? key,
- List<
Widget> ? headers, - required List<
AbstractSelectItem< children,T> > - SearchFilter<
T> ? searchFilter,
Implementation
const SelectGroup({
super.key,
this.headers,
this.footers,
this.showUnrelatedValues,
required this.children,
this.searchFilter,
});