GradientCard constructor
- Key? key,
- EdgeInsets margin = const EdgeInsets.symmetric(vertical: 6.0),
- Color? color,
- required Widget child,
Implementation
const GradientCard({
super.key,
this.margin = const EdgeInsets.symmetric(vertical: 6.0),
this.color,
required this.child,
});