SimplePicker<T> constructor
const
SimplePicker<T> ({})
Implementation
const SimplePicker({
super.key,
required this.items,
this.itemBuilder,
required this.onChange,
required this.selectedItemIndex,
this.textStyle,
required this.itemExtent,
this.selectionOverlay,
this.pickerThemeData,
required this.diameterRatio,
});