GradientCard constructor
- Key? key,
- String? title,
- String? subtitle,
- Widget? leading,
- Widget? trailing,
- Widget? child,
- Gradient? gradient,
- VoidCallback? onTap,
- EdgeInsets? padding,
Implementation
const GradientCard({
super.key,
this.title,
this.subtitle,
this.leading,
this.trailing,
this.child,
this.gradient,
this.onTap,
this.padding,
});