PolygonBoxShadowPainter constructor

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

Creates a polygon shaped shadow

Implementation

const PolygonBoxShadowPainter(this.specs, this.boxShadows);