EWAddressPicker constructor
const
EWAddressPicker({
- required AddressPickerType addressPickerType,
- TextStyle? labelStyle,
- Key? key,
- String? validatorAddressLine1()?,
- String? validatorAddressLine2()?,
- String? validatorZipCode()?,
- String? validatorState()?,
- String? validatorCountry()?,
- 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()?,
- dynamic onChangedAddressLine2()?,
- dynamic onChangedZipCode()?,
- dynamic onChangedState()?,
- dynamic onChangedCountry()?,
- 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,
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,
});