ArcaneMap constructor
const
ArcaneMap({
- MapType type = MapType.world,
- List<
MapLocation> locations = const [], - MapLocationCallback? onLocationTap,
- MapLocationCallback? onLocationHover,
- Widget tooltipBuilder()?,
- MapStyle style = const MapStyle(),
- bool showTooltips = true,
- String? height,
- bool debugMode = false,
- String? svgUrl,
- Key? key,
Implementation
const ArcaneMap({
this.type = MapType.world,
this.locations = const [],
this.onLocationTap,
this.onLocationHover,
this.tooltipBuilder,
this.style = const MapStyle(),
this.showTooltips = true,
this.height,
this.debugMode = false,
this.svgUrl,
super.key,
});