PolygonBean constructor
PolygonBean({})
Implementation
PolygonBean({this.edgeColor = Colors.red, this.bodyColor = Colors.red,
this.edgeWidth = 2, required this.polygonPoint, this.pointsColor = Colors.blue, this.pointsSize = 5});