CupertinoPickerLine constructor
const
CupertinoPickerLine({})
Implementation
const CupertinoPickerLine({
super.key,
required this.itemsData,
this.itemBuilder,
this.height = 50,
this.itemExtent = 30,
this.onSelectionChanged,
this.selectionOverlayBuilder,
});