NiceVectorMap constructor
const
NiceVectorMap({ - Key? key,
- required List<NiceMapRegion> regions,
- double height = 300,
- void onRegionTap(
- NiceMapRegion region
)?,
- String? title,
- String tooltipBuilder(
- NiceMapRegion region
)?,
- Color? backgroundColor,
- bool showLabels = true,
- double minBubbleSize = 10,
- double maxBubbleSize = 50,
})
Implementation
const NiceVectorMap({
super.key,
required this.regions,
this.height = 300,
this.onRegionTap,
this.title,
this.tooltipBuilder,
this.backgroundColor,
this.showLabels = true,
this.minBubbleSize = 10,
this.maxBubbleSize = 50,
});