ButtonGradient constructor

const ButtonGradient({
  1. Key? key,
  2. double height = 80,
  3. Color color = wippyWhite,
})

Implementation

const ButtonGradient({
  super.key,
  this.height = 80,
  this.color = wippyWhite,
});