NeoPopCardPainter constructor

const NeoPopCardPainter({
  1. Color? hShadowColor,
  2. Color? vShadowColor,
  3. double depth = kButtonDepth,
})

Implementation

const NeoPopCardPainter({
  this.hShadowColor,
  this.vShadowColor,
  this.depth = kButtonDepth,
});