StacContainer constructor
const
StacContainer({
- StacAlignment? alignment,
- StacEdgeInsets? padding,
- StacColor? color,
- StacBoxDecoration? decoration,
- StacBoxDecoration? foregroundDecoration,
- double? width,
- double? height,
- StacBoxConstraints? constraints,
- StacEdgeInsets? margin,
- StacAlignment? transformAlignment,
- StacWidget? child,
- StacClip? clipBehavior,
Creates a StacContainer with optional styling properties.
Implementation
const StacContainer({
this.alignment,
this.padding,
this.color,
this.decoration,
this.foregroundDecoration,
this.width,
this.height,
this.constraints,
this.margin,
this.transformAlignment,
this.child,
this.clipBehavior,
});