VxNeumorph constructor

VxNeumorph(
  1. List<BoxShadow> shadows,
  2. Gradient? gradient
)

Implementation

VxNeumorph(this.shadows, this.gradient);