EcpSimpleCard constructor
const
EcpSimpleCard({
- Key? key,
- required Widget child,
- EdgeInsets? margin,
- Color? bgColor,
- EdgeInsets? padding,
Implementation
const EcpSimpleCard({
super.key,
required this.child,
this.margin,
this.bgColor,
this.padding,
});