RegionPainter constructor
RegionPainter({})
Implementation
RegionPainter({
required this.region,
required this.selectedRegion,
this.selectedColor,
this.strokeColor,
this.dotColor,
this.centerDotEnable,
this.centerTextEnable,
this.centerTextStyle,
this.strokeWidth,
this.unSelectableId,
});