怎么没有旁边的abcd的那个排序?
Closed this issue · 2 comments
dishcheng commented
Result tempResult = await CityPickers.showFullPageCityPicker(
// isSort:true,
context: context,
// theme: themeAttr != null ? themeAttr.value : null,
// locationCode: resultAttr != null
// ? resultAttr.areaId ??
// resultAttr.cityId ??
// resultAttr.provinceId
// : null,
// showType: showTypeAttr.value,
// isSort: isSort,
// barrierOpacity: barrierOpacityAttr,
// barrierDismissible: barrierDismissibleAttr,
// citiesData: citiesData ,
// provincesData: provincesData,
// itemExtent: customerItemExtent,
// cancelWidget: customerButtons ? Text('cancle') : null,
// confirmWidget: customerButtons ? Text('confirm') : null,
// itemBuilder: this.getItemBuilder()
);
hanxu317317 commented
这是普通的用法啊. 你需要用排序的那个类型的才有.
hanxu317317 commented