ComContainer constructor
const
ComContainer({
- Key? key,
- Widget? child,
- AlignmentGeometry? alignment,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- Color? color,
- double? radius,
- EdgeInsetsGeometry? margin,
- double elevation = 0,
- DecorationImage? image,
- BoxDecoration? decoration,
- Color? shadowColor,
Implementation
const ComContainer({
super.key,
this.child,
this.alignment,
this.width,
this.height,
this.padding,
this.color,
this.radius,
this.margin,
this.elevation = 0,
this.image,
this.decoration,
this.shadowColor,
});