LocationDialog constructor

const LocationDialog({
  1. Key? key,
  2. required LatLng postion,
  3. String? snippet,
  4. String? title,
})

Implementation

const LocationDialog(
    {super.key, required this.postion, this.snippet, this.title});