EWAddressPicker constructor

const EWAddressPicker({
  1. required AddressPickerType addressPickerType,
  2. TextStyle? labelStyle,
  3. Key? key,
  4. String? validatorAddressLine1(
    1. String?
    )?,
  5. String? validatorAddressLine2(
    1. String?
    )?,
  6. String? validatorZipCode(
    1. String?
    )?,
  7. String? validatorState(
    1. String?
    )?,
  8. String? validatorCountry(
    1. String?
    )?,
  9. String? hintTextAddressLine1,
  10. String? hintTextAddressLine2,
  11. String? hintTextZipCode,
  12. String? hintTextState,
  13. String? hintTextCountry,
  14. Widget? prefixIconAddressLine1,
  15. Widget? prefixIconAddressLine2,
  16. Widget? prefixIconZipCode,
  17. Widget? prefixIconState,
  18. Widget? prefixIconCountry,
  19. String? labelTextAddressLine1,
  20. String? labelTextAddressLine2,
  21. String? labelTextZipCode,
  22. String? labelTextState,
  23. String? labelTextCountry,
  24. String? helperTextAddressLine1,
  25. String? helperTextAddressLine2,
  26. String? helperTextZipCode,
  27. String? helperTextState,
  28. String? helperTextCountry,
  29. dynamic onChangedAddressLine1(
    1. String
    )?,
  30. dynamic onChangedAddressLine2(
    1. String
    )?,
  31. dynamic onChangedZipCode(
    1. String
    )?,
  32. dynamic onChangedState(
    1. String
    )?,
  33. dynamic onChangedCountry(
    1. String
    )?,
  34. TextStyle? textStyleAddressLine1,
  35. TextStyle? textStyleAddressLine2,
  36. TextStyle? textStyleZipCode,
  37. TextStyle? textStyleState,
  38. TextStyle? textStyleCountry,
  39. StrutStyle? strutStyleAddressLine1,
  40. StrutStyle? strutStyleAddressLine2,
  41. StrutStyle? strutStyleZipCode,
  42. StrutStyle? strutStyleState,
  43. StrutStyle? strutStyleCountry,
  44. TextEditingController? controllerAddressLine1,
  45. TextEditingController? controllerAddressLine2,
  46. TextEditingController? controllerZipCode,
  47. TextEditingController? controllerState,
  48. TextEditingController? controllerCountry,
  49. FocusNode? addressLine1FocusNode,
  50. FocusNode? addressLine2FocusNode,
  51. FocusNode? zipCodeFocusNode,
  52. FocusNode? stateFocusNode,
  53. FocusNode? countryFocusNode,
  54. PreferredSize? appBar,
})

Implementation

const EWAddressPicker({
  required this.addressPickerType,
  this.labelStyle,
  super.key,
  this.validatorAddressLine1,
  this.validatorAddressLine2,
  this.validatorZipCode,
  this.validatorState,
  this.validatorCountry,
  this.hintTextAddressLine1,
  this.hintTextAddressLine2,
  this.hintTextZipCode,
  this.hintTextState,
  this.hintTextCountry,
  this.prefixIconAddressLine1,
  this.prefixIconAddressLine2,
  this.prefixIconZipCode,
  this.prefixIconState,
  this.prefixIconCountry,
  this.labelTextAddressLine1,
  this.labelTextAddressLine2,
  this.labelTextZipCode,
  this.labelTextState,
  this.labelTextCountry,
  this.helperTextAddressLine1,
  this.helperTextAddressLine2,
  this.helperTextZipCode,
  this.helperTextState,
  this.helperTextCountry,
  this.onChangedAddressLine1,
  this.onChangedAddressLine2,
  this.onChangedZipCode,
  this.onChangedState,
  this.onChangedCountry,
  this.textStyleAddressLine1,
  this.textStyleAddressLine2,
  this.textStyleZipCode,
  this.textStyleState,
  this.textStyleCountry,
  this.strutStyleAddressLine1,
  this.strutStyleAddressLine2,
  this.strutStyleZipCode,
  this.strutStyleState,
  this.strutStyleCountry,
  this.controllerAddressLine1,
  this.controllerAddressLine2,
  this.controllerZipCode,
  this.controllerState,
  this.controllerCountry,
  this.addressLine1FocusNode,
  this.addressLine2FocusNode,
  this.zipCodeFocusNode,
  this.stateFocusNode,
  this.countryFocusNode,
  this.appBar,
});