OutlineCard constructor
const
OutlineCard({})
Implementation
const OutlineCard({
super.key,
required this.height,
required this.width,
this.radius = 10,
required this.color,
this.child,
});
const OutlineCard({
super.key,
required this.height,
required this.width,
this.radius = 10,
required this.color,
this.child,
});