SingleSelection<T> constructor
SingleSelection<T> ({})
Implementation
SingleSelection({
Key? key,
this.selectedItem,
this.boxDecoration,
this.showItemSelection,
required this.title,
required this.hint,
required this.itemBuilder,
required this.selectCallBack,
required this.items,
}) : super(key: key);