PolygonBoxShadowPainter constructor

PolygonBoxShadowPainter(
  1. PolygonPathSpecs specs,
  2. List<PolygonBoxShadow> boxShadows
)

Creates a polygon shaped shadow

Implementation

PolygonBoxShadowPainter(this.specs, this.boxShadows);