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