NeoPopButtonPainter constructor

const NeoPopButtonPainter(
  1. double depth,
  2. Color top,
  3. Color left,
  4. Color bottom,
  5. Color right,
)

Implementation

const NeoPopButtonPainter(
  this.depth,
  this.top,
  this.left,
  this.bottom,
  this.right,
);