ChangeMapPosition constructor

const ChangeMapPosition({
  1. LatLng? position,
})

Implementation

const ChangeMapPosition({
  this.position,
});