CityPickerWidget constructor
const
CityPickerWidget({
- Key? key,
- double? height,
- double? titleHeight,
- double? corner,
- Color? backgroundColor,
- double? paddingLeft,
- Widget? titleWidget,
- String? selectText,
- Widget? closeWidget,
- double? tabHeight,
- bool? showTabIndicator,
- double? tabPadding,
- Color? tabIndicatorColor,
- double? tabIndicatorHeight,
- double? labelTextSize,
- Color? selectedLabelColor,
- Color? unselectedLabelColor,
- double? itemHeadHeight,
- Color? itemHeadBackgroundColor,
- Color? itemHeadLineColor,
- double? itemHeadLineHeight,
- TextStyle? itemHeadTextStyle,
- double? itemHeight,
- double? indexBarWidth,
- double? indexBarItemHeight,
- Color? indexBarBackgroundColor,
- TextStyle? indexBarTextStyle,
- Widget? itemSelectedIconWidget,
- TextStyle? itemSelectedTextStyle,
- TextStyle? itemUnSelectedTextStyle,
- List<
AddressNode> ? initialAddress, - required CityPickerListener? cityPickerListener,
Implementation
const CityPickerWidget({
Key? key,
this.height,
this.titleHeight,
this.corner,
this.backgroundColor,
this.paddingLeft,
this.titleWidget,
this.selectText,
this.closeWidget,
this.tabHeight,
this.showTabIndicator,
this.tabPadding,
this.tabIndicatorColor,
this.tabIndicatorHeight,
this.labelTextSize,
this.selectedLabelColor,
this.unselectedLabelColor,
this.itemHeadHeight,
this.itemHeadBackgroundColor,
this.itemHeadLineColor,
this.itemHeadLineHeight,
this.itemHeadTextStyle,
this.itemHeight,
this.indexBarWidth,
this.indexBarItemHeight,
this.indexBarBackgroundColor,
this.indexBarTextStyle,
this.itemSelectedIconWidget,
this.itemSelectedTextStyle,
this.itemUnSelectedTextStyle,
this.initialAddress,
required this.cityPickerListener,
}) : super(key: key);