UContainer constructor
const
UContainer({
- Widget? child,
- Key? key,
- EdgeInsets? padding,
- EdgeInsets? margin,
- Color? color,
- Gradient? gradient,
- DecorationImage? image,
- BoxBorder? border,
- BorderRadius? borderRadius,
- List<
BoxShadow> ? boxShadow, - double? width,
- double? height,
- BoxConstraints? constraints,
- AlignmentGeometry? alignment,
- Clip clipBehavior = Clip.none,
- Matrix4? transform,
- Decoration? foregroundDecoration,
Implementation
const UContainer({
this.child,
super.key,
this.padding,
this.margin,
this.color,
this.gradient,
this.image,
this.border,
this.borderRadius,
this.boxShadow,
this.width,
this.height,
this.constraints,
this.alignment,
this.clipBehavior = Clip.none,
this.transform,
this.foregroundDecoration,
});