PaddedCard constructor
- {Key? key,
- EdgeInsetsGeometry? padding,
- Widget? child,
- Color? color,
- Color? borderColor}
Implementation
const PaddedCard(
{super.key, this.padding, this.child, this.color, this.borderColor});
const PaddedCard(
{super.key, this.padding, this.child, this.color, this.borderColor});