PickerCityAdapter<T> constructor
PickerCityAdapter<T> ({
- String title = '',
- Image? icon,
- List<
T> items = const [], - ShowPickExtendsUI levelExtendsUI = ShowPickExtendsUI.extendsNone,
Implementation
PickerCityAdapter(
{this.title = '',
this.icon,
this.items = const [],
this.levelExtendsUI = ShowPickExtendsUI.extendsNone});