MapChooserPage constructor

const MapChooserPage({
  1. LatLng? location,
  2. bool creating = false,
})

Implementation

const MapChooserPage({
  this.location,
  this.creating = false,
});