MapScreen constructor
const MapScreen(CreateEventViewModel? model, double latitude, double longitude, {Key? key})
Implementation
const MapScreen(this.model, this.latitude, this.longitude, \{Key? key\})
: super(key: key);
const MapScreen(CreateEventViewModel? model, double latitude, double longitude, {Key? key})
const MapScreen(this.model, this.latitude, this.longitude, \{Key? key\})
: super(key: key);