animated_border_card 1.0.0
animated_border_card: ^1.0.0 copied to clipboard
A customizable animated border card with gradient sweep animation.
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],
)