adapter property
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:
- PickerDataAdapter: For list/array data
- NumberPickerAdapter: For numeric ranges
- DateTimePickerAdapter: For date and time selection
Implementation
late PickerAdapter adapter;