NiceMapRegion constructor
Implementation
const NiceMapRegion({
required this.id,
required this.label,
this.value = 0,
this.color,
this.center = Offset.zero,
this.radius = 20,
});
const NiceMapRegion({
required this.id,
required this.label,
this.value = 0,
this.color,
this.center = Offset.zero,
this.radius = 20,
});