PaddedCard constructor

const PaddedCard(
  1. {Key? key,
  2. EdgeInsetsGeometry? padding,
  3. Widget? child,
  4. Color? color,
  5. Color? borderColor}
)

Implementation

const PaddedCard(
    {super.key, this.padding, this.child, this.color, this.borderColor});