CupertinoSelection<T> constructor
const
CupertinoSelection<T> ({})
Implementation
const CupertinoSelection({
required this.children,
required this.header,
required this.footer,
CupertinoListSectionType? headerType,
CupertinoListSectionType? footerType,
this.backgroundColor,
this.separatorColor,
super.key
}) :
headerType = headerType ?? CupertinoListSectionType.base,
footerType = footerType ?? CupertinoListSectionType.base;