menu
location_picker_plus package
documentation
widgets/multi_field_places_widget.dart
AddressComponents
AddressComponents.new const constructor
AddressComponents.new const constructor
dark_mode
light_mode
AddressComponents
constructor
const
AddressComponents
(
{
String
?
street
,
String
?
city
,
String
?
state
,
String
?
country
,
String
?
postalCode
,
})
Implementation
const AddressComponents({ this.street, this.city, this.state, this.country, this.postalCode, });
location_picker_plus package
documentation
widgets/multi_field_places_widget
AddressComponents
AddressComponents.new const constructor
AddressComponents class