FizzyButton constructor
const
FizzyButton({})
Implementation
const FizzyButton({
super.key,
this.onTap,
this.width = 220,
this.height = 60,
this.gradientColors = const [Colors.blue, Colors.cyan],
this.bubbleColor = Colors.white,
this.textColor = Colors.white,
this.text = "Login",
this.loadingText = "Logging in...",
});