ZzyCityPickerPCA constructor
const
ZzyCityPickerPCA({
- Key? key,
- Widget? title,
- String? cancelText,
- TextStyle? cancelTextStyle,
- String? confirmText,
- TextStyle? confirmTextStyle,
- required ZzyCityPickerCallBack callBack,
- double? sheetHeight,
- ZzyCityPicResultModel? currentResult,
- 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);