SmartCard constructor
const
SmartCard({
- required Widget child,
- Key? key,
- SmartInsets? padding,
- double? width,
- double? height,
- SmartShadow? shadow,
Implementation
const SmartCard({
required this.child,
super.key,
this.padding,
this.width,
this.height,
this.shadow,
});