SingleSelectionPage<T> constructor
const
SingleSelectionPage<T> ({
- required Widget title,
- required List<
SelectionItem< children,T> > - T? initial,
- ValueChanged<
T?> ? onChanged, - AppType scaffoldType = AppType.cupertino,
- Widget? header,
- CupertinoListSectionType? headerType,
- Key? key,
Implementation
const SingleSelectionPage({
required this.title,
required this.children,
this.initial,
this.onChanged,
this.scaffoldType = AppType.cupertino,
this.header,
this.footer,
this.headerType,
this.footerType,
Key? key}) : super(key: key);