SimplePicker constructor
const
SimplePicker({})
Implementation
const SimplePicker({
Key? key,
required this.items,
required this.onChange,
required this.selectedItemIndex,
required this.textStyle,
required this.itemExtent,
this.selectionOverlay,
}) : super(key: key);