menu
bd_location_picker package
documentation
bd_location_picker.dart
LocationSelecter
LocationSelecter const constructor
LocationSelecter const constructor
dark_mode
light_mode
LocationSelecter
constructor
const
LocationSelecter
(
{
Key
?
key
,
void
onLocationSelected
(
String
?
division
,
String
?
district
,
String
?
city
)?,
})
Implementation
const LocationSelecter({super.key, this.onLocationSelected});
bd_location_picker package
documentation
bd_location_picker
LocationSelecter
LocationSelecter const constructor
LocationSelecter class