DeepCard constructor
const
DeepCard({})
Implementation
const DeepCard({
Key? key,
this.width,
this.height,
this.color,
this.clipped = false,
this.borderRadius,
this.child,
}) : super(key: key);
const DeepCard({
Key? key,
this.width,
this.height,
this.color,
this.clipped = false,
this.borderRadius,
this.child,
}) : super(key: key);