GuiShapeShadowPainter constructor

GuiShapeShadowPainter(
  1. IGuiShape shape,
  2. List<GuiShadow>? boxShadows
)

Creates a polygon shaped shadow

Implementation

GuiShapeShadowPainter(this.shape, this.boxShadows);