Animated Border Card

A customizable Flutter widget with a beautiful animated sweep gradient border effect.

📦 Features

  • Animated rotating border using SweepGradient
  • Custom gradient colors
  • Custom fonts and text styles
  • Tappable card UI

🚀 Usage

AnimatedGradientBorderCard(
  onTap: () {},
  title: "Refer & Earn",
  subtitle: "Invite friends and get rewards",
  icon: Icons.card_giftcard,
  gradientColors: [Colors.purple, Colors.orange, Colors.pink],
)