LocationSelecter constructor

const LocationSelecter({
  1. Key? key,
  2. void onLocationSelected(
    1. String? division,
    2. String? district,
    3. String? city
    )?,
})

Implementation

const LocationSelecter({super.key, this.onLocationSelected});