AtomicSmoothContainer constructor
const
AtomicSmoothContainer({
- Key? key,
- Widget? child,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? color,
- Gradient? gradient,
- BorderRadius? borderRadius,
- Border? border,
- List<
BoxShadow> ? shadows, - AlignmentGeometry? alignment,
- BoxConstraints? constraints,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- Clip clipBehavior = Clip.antiAlias,
- Decoration? decoration,
- Decoration? foregroundDecoration,
Implementation
const AtomicSmoothContainer({
super.key,
this.child,
this.width,
this.height,
this.padding,
this.margin,
this.color,
this.gradient,
this.borderRadius,
this.border,
this.shadows,
this.alignment,
this.constraints,
this.transform,
this.transformAlignment,
this.clipBehavior = Clip.antiAlias,
this.decoration,
this.foregroundDecoration,
});