BreathingGlowingButton constructor

BreathingGlowingButton({
  1. double? width,
  2. double? height,
  3. Color? buttonBackgroundColor,
  4. Color? glowColor,
  5. IconData? icon,
  6. Color? iconColor,
  7. VoidCallback? onTap,
})

Implementation

BreathingGlowingButton({
  this.width,
  this.height,
  this.buttonBackgroundColor,
  this.glowColor,
  this.icon,
  this.iconColor,
  this.onTap,
});