ContainerShadow constructor
const
ContainerShadow({
- Key? key,
- double? width,
- double? height,
- required Widget child,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- bool? border = true,
- bool? addShadow = true,
- BorderRadiusGeometry? borderRadius,
- Color? color,
Implementation
const ContainerShadow({
super.key,
this.width,
this.height,
required this.child,
this.padding,
this.margin,
this.border = true,
this.addShadow = true,
this.borderRadius,
this.color,
});