PickerCityAdapter<T> constructor

PickerCityAdapter<T>({
  1. String title = '',
  2. Image? icon,
  3. List<T> items = const [],
  4. ShowPickExtendsUI levelExtendsUI = ShowPickExtendsUI.extendsNone,
})

Implementation

PickerCityAdapter(
    {this.title = '',
    this.icon,
    this.items = const [],
    this.levelExtendsUI = ShowPickExtendsUI.extendsNone});