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