EWAddressPicker class

Inheritance

Constructors

EWAddressPicker.new({required AddressPickerType addressPickerType, TextStyle? labelStyle, Key? key, String? validatorAddressLine1(String?)?, String? validatorAddressLine2(String?)?, String? validatorZipCode(String?)?, String? validatorState(String?)?, String? validatorCountry(String?)?, String? hintTextAddressLine1, String? hintTextAddressLine2, String? hintTextZipCode, String? hintTextState, String? hintTextCountry, Widget? prefixIconAddressLine1, Widget? prefixIconAddressLine2, Widget? prefixIconZipCode, Widget? prefixIconState, Widget? prefixIconCountry, String? labelTextAddressLine1, String? labelTextAddressLine2, String? labelTextZipCode, String? labelTextState, String? labelTextCountry, String? helperTextAddressLine1, String? helperTextAddressLine2, String? helperTextZipCode, String? helperTextState, String? helperTextCountry, dynamic onChangedAddressLine1(String)?, dynamic onChangedAddressLine2(String)?, dynamic onChangedZipCode(String)?, dynamic onChangedState(String)?, dynamic onChangedCountry(String)?, TextStyle? textStyleAddressLine1, TextStyle? textStyleAddressLine2, TextStyle? textStyleZipCode, TextStyle? textStyleState, TextStyle? textStyleCountry, StrutStyle? strutStyleAddressLine1, StrutStyle? strutStyleAddressLine2, StrutStyle? strutStyleZipCode, StrutStyle? strutStyleState, StrutStyle? strutStyleCountry, TextEditingController? controllerAddressLine1, TextEditingController? controllerAddressLine2, TextEditingController? controllerZipCode, TextEditingController? controllerState, TextEditingController? controllerCountry, FocusNode? addressLine1FocusNode, FocusNode? addressLine2FocusNode, FocusNode? zipCodeFocusNode, FocusNode? stateFocusNode, FocusNode? countryFocusNode, PreferredSize? appBar})
const
EWAddressPicker.fiveLines({Key? key, String? validatorAddressLine1(String?)?, String? validatorAddressLine2(String?)?, String? validatorZipCode(String?)?, String? validatorState(String?)?, String? validatorCountry(String?)?, required TextEditingController controllerAddressLine1, required TextEditingController controllerAddressLine2, required TextEditingController controllerZipCode, required TextEditingController controllerState, required TextEditingController controllerCountry, String? hintTextAddressLine1, String? hintTextAddressLine2, String? hintTextZipCode, String? hintTextState, String? hintTextCountry, Widget? prefixIconAddressLine1, Widget? prefixIconAddressLine2, Widget? prefixIconZipCode, Widget? prefixIconState, Widget? prefixIconCountry, String? labelTextAddressLine1, String? labelTextAddressLine2, String? labelTextZipCode, String? labelTextState, String? labelTextCountry, String? helperTextAddressLine1, String? helperTextAddressLine2, String? helperTextZipCode, String? helperTextState, String? helperTextCountry, dynamic onChangedAddressLine1(String)?, dynamic onChangedAddressLine2(String)?, dynamic onChangedZipCode(String)?, dynamic onChangedState(String)?, dynamic onChangedCountry(String)?, dynamic onTapAddressLine1()?, dynamic onTapAddressLine2()?, dynamic onTapZipCode()?, dynamic onTapState()?, dynamic onTapCountry()?, TextStyle? labelStyle, TextStyle? textStyleAddressLine1, TextStyle? textStyleAddressLine2, TextStyle? textStyleZipCode, TextStyle? textStyleState, TextStyle? textStyleCountry, StrutStyle? strutStyleAddressLine1, StrutStyle? strutStyleAddressLine2, StrutStyle? strutStyleZipCode, StrutStyle? strutStyleState, StrutStyle? strutStyleCountry, bool isEnabled = true, bool readOnly = false, FocusNode? addressLine1FocusNode, FocusNode? addressLine2FocusNode, FocusNode? zipCodeFocusNode, FocusNode? stateFocusNode, FocusNode? countryFocusNode, PreferredSize? appBar})
factory
EWAddressPicker.twoLines({Key? key, String? validatorAddressLine1(String?)?, String? validatorAddressLine2(String?)?, String? validatorZipCode(String?)?, String? validatorState(String?)?, String? validatorCountry(String?)?, required TextEditingController controllerAddressLine1, required TextEditingController controllerAddressLine2, required TextEditingController controllerZipCode, required TextEditingController controllerState, required TextEditingController controllerCountry, String? hintTextAddressLine1, String? hintTextAddressLine2, String? hintTextZipCode, String? hintTextState, String? hintTextCountry, Widget? prefixIconAddressLine1, Widget? prefixIconAddressLine2, Widget? prefixIconZipCode, Widget? prefixIconState, Widget? prefixIconCountry, String? labelTextAddressLine1, String? labelTextAddressLine2, String? labelTextZipCode, String? labelTextState, String? labelTextCountry, String? helperTextAddressLine1, String? helperTextAddressLine2, String? helperTextZipCode, String? helperTextState, String? helperTextCountry, dynamic onChangedAddressLine1(String)?, dynamic onChangedAddressLine2(String)?, dynamic onChangedZipCode(String)?, dynamic onChangedState(String)?, dynamic onChangedCountry(String)?, TextStyle? labelStyle, TextStyle? textStyleAddressLine1, TextStyle? textStyleAddressLine2, TextStyle? textStyleZipCode, TextStyle? textStyleState, TextStyle? textStyleCountry, StrutStyle? strutStyleAddressLine1, StrutStyle? strutStyleAddressLine2, StrutStyle? strutStyleZipCode, StrutStyle? strutStyleState, StrutStyle? strutStyleCountry, FocusNode? addressLine1FocusNode, FocusNode? addressLine2FocusNode, FocusNode? zipCodeFocusNode, FocusNode? stateFocusNode, FocusNode? countryFocusNode, bool isEnabled = true, bool readOnly = false, PreferredSize? appBar})
factory

Properties

addressLine1FocusNode FocusNode?
final
addressLine2FocusNode FocusNode?
final
addressPickerType AddressPickerType
final
appBar PreferredSize?
final
controllerAddressLine1 TextEditingController?
final
controllerAddressLine2 TextEditingController?
final
controllerCountry TextEditingController?
final
controllerState TextEditingController?
final
controllerZipCode TextEditingController?
final
countryFocusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
helperTextAddressLine1 String?
final
helperTextAddressLine2 String?
final
helperTextCountry String?
final
helperTextState String?
final
helperTextZipCode String?
final
hintTextAddressLine1 String?
final
hintTextAddressLine2 String?
final
hintTextCountry String?
final
hintTextState String?
final
hintTextZipCode String?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
labelStyle TextStyle?
final
labelTextAddressLine1 String?
final
labelTextAddressLine2 String?
final
labelTextCountry String?
final
labelTextState String?
final
labelTextZipCode String?
final
onChangedAddressLine1 → dynamic Function(String)?
final
onChangedAddressLine2 → dynamic Function(String)?
final
onChangedCountry → dynamic Function(String)?
final
onChangedState → dynamic Function(String)?
final
onChangedZipCode → dynamic Function(String)?
final
prefixIconAddressLine1 Widget?
final
prefixIconAddressLine2 Widget?
final
prefixIconCountry Widget?
final
prefixIconState Widget?
final
prefixIconZipCode Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateFocusNode FocusNode?
final
strutStyleAddressLine1 StrutStyle?
final
strutStyleAddressLine2 StrutStyle?
final
strutStyleCountry StrutStyle?
final
strutStyleState StrutStyle?
final
strutStyleZipCode StrutStyle?
final
textStyleAddressLine1 TextStyle?
final
textStyleAddressLine2 TextStyle?
final
textStyleCountry TextStyle?
final
textStyleState TextStyle?
final
textStyleZipCode TextStyle?
final
validatorAddressLine1 String? Function(String?)?
final
validatorAddressLine2 String? Function(String?)?
final
validatorCountry String? Function(String?)?
final
validatorState String? Function(String?)?
final
validatorZipCode String? Function(String?)?
final
zipCodeFocusNode FocusNode?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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