Skip to main content

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);