ManualAddressEntryWidget constructor
const
ManualAddressEntryWidget({
- Key? key,
- dynamic onLocationChanged()?,
- LocationPickerTheme? theme,
- String addressLabel = 'Address',
- String cityLabel = 'City',
- String stateLabel = 'State/Province',
- String countryLabel = 'Country',
- String postalCodeLabel = 'Postal Code',
- String? addressHint,
- String? cityHint,
- String? stateHint,
- String? countryHint,
- String? postalCodeHint,
- LocationResult? initialLocation,
- bool useDropdownsForCountryState = true,
- List<
String> ? allowedCountries, - bool lockFieldsForGooglePlaces = true,
Implementation
const ManualAddressEntryWidget({
super.key,
this.onLocationChanged,
this.theme,
this.addressLabel = 'Address',
this.cityLabel = 'City',
this.stateLabel = 'State/Province',
this.countryLabel = 'Country',
this.postalCodeLabel = 'Postal Code',
this.addressHint,
this.cityHint,
this.stateHint,
this.countryHint,
this.postalCodeHint,
this.initialLocation,
this.useDropdownsForCountryState = true,
this.allowedCountries,
this.lockFieldsForGooglePlaces = true,
});