ZzyCityPickerPCA constructor

const ZzyCityPickerPCA({
  1. Key? key,
  2. Widget? title,
  3. String? cancelText,
  4. TextStyle? cancelTextStyle,
  5. String? confirmText,
  6. TextStyle? confirmTextStyle,
  7. required ZzyCityPickerCallBack callBack,
  8. double? sheetHeight,
  9. ZzyCityPicResultModel? currentResult,
  10. required ZzyCityPickerType type,
})

Implementation

const ZzyCityPickerPCA({Key? key, this.title, this.cancelText, this.cancelTextStyle, this.confirmText, this.confirmTextStyle, required this.callBack, this.sheetHeight, this.currentResult, required this.type}) : super(key: key);