MapWidget constructor
const
MapWidget({})
Implementation
const MapWidget({
this.lat = 37.414,
this.lng = -122.077,
this.zoom = 11,
this.width,
this.height,
String? name,
DslExpression? visible,
}) : super(name: name, visible: visible);