CityPicker<T extends IPickerViewData<T> > constructor
const
CityPicker<T extends IPickerViewData<T> > ({})
Implementation
const CityPicker({Key? key, required this.dataList, this.currentProvinceIndex, this.currentCityIndex, this.currentCountyIndex, this.selectChanged}) : super(key: key);