PickerViewCell constructor
PickerViewCell({})
Implementation
PickerViewCell({
required this.title,
required this.items,
this.onSelected,
this.pickerSize,
this.index,
this.isAsync = false,
}) : assert(items.isNotEmpty, "items mus have at least 1 value(s)");