CityPicker class

外部调用

Constructors

CityPicker()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

show({required BuildContext context, AnimationController? animController, double opacity = 0.5, bool dismissible = true, double height = 500.0, double titleHeight = 50.0, double corner = 20.0, Color? backgroundColor, double paddingLeft = 15.0, Widget? titleWidget, String? selectText, Widget? closeWidget, double tabHeight = 40.0, bool showTabIndicator = true, double tabPadding = 10.0, Color? tabIndicatorColor, double tabIndicatorHeight = 3.0, double labelTextSize = 15.0, Color? selectedLabelColor, Color? unselectedLabelColor, double itemHeadHeight = 30.0, Color? itemHeadBackgroundColor, Color? itemHeadLineColor, double itemHeadLineHeight = 0.1, TextStyle? itemHeadTextStyle, double itemHeight = 40.0, double indexBarWidth = 28, double indexBarItemHeight = 20, Color indexBarBackgroundColor = Colors.black12, TextStyle? indexBarTextStyle, Widget? itemSelectedIconWidget, TextStyle? itemSelectedTextStyle, TextStyle? itemUnSelectedTextStyle, List<AddressNode>? initialAddress, required CityPickerListener cityPickerListener}) → void
展示