SelectionPicker constructor
SelectionPicker({})
Implementation
SelectionPicker({
Key? key,
required this.items,
required this.values,
required this.initialValue,
required this.onChanged,
this.icons,
}) : super(key: key);