PolygonPathDrawer constructor

PolygonPathDrawer({
  1. required Size? size,
  2. required PolygonPathSpecs? specs,
})

Creates a polygon path drawer.

Implementation

PolygonPathDrawer({
  required this.size,
  required this.specs,
});