CardBackground constructor
const
CardBackground({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? margin,
Implementation
const CardBackground({Key? key, required this.child, this.margin})
: super(key: key);