adapter property

PickerAdapter adapter
getter/setter pair

The data adapter that provides content and manages the picker's data.

The adapter determines what data is displayed in the picker columns and how many columns are shown. Different adapter types support different data sources:

Implementation

late PickerAdapter adapter;