EWAddressPicker class
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