CupertinoMultiSelection<T> constructor
const
CupertinoMultiSelection<T> ({
- required List<
SelectionItem< children,T> > - required Set<
T?> selected, - ValueChanged<
Set< ? onChanged,T?> > - Widget? header,
- CupertinoListSectionType? headerType,
- WidgetSelectionLocation checkMarkLocation = WidgetSelectionLocation.trailing,
- Color? checkMarkColor,
- Color? backgroundColor,
- Color? separatorColor,
- Key? key,
Implementation
const CupertinoMultiSelection({
required this.children,
required this.selected,
this.onChanged,
this.header,
this.footer,
this.headerType,
this.footerType,
this.checkMarkLocation = WidgetSelectionLocation.trailing,
this.checkMarkColor,
this.backgroundColor,
this.separatorColor,
super.key});