ContainerEx constructor
const
ContainerEx({
- Key? key,
- Color? color,
- Widget? child,
- AlignmentGeometry? alignment,
- EdgeInsetsGeometry? padding,
- Decoration? decoration,
- Decoration? foregroundDecoration,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? margin,
- Matrix4? transform,
- Clip clipBehavior = Clip.none,
- Brightness? brightness,
- double? height,
- double? width,
- bool isSquare = false,
Implementation
const ContainerEx({
Key? key,
this.color,
this.child,
this.alignment,
this.padding,
this.decoration,
this.foregroundDecoration,
this.constraints,
this.margin,
this.transform,
this.clipBehavior = Clip.none,
this.brightness,
this.height,
this.width,
this.isSquare = false,
}) : this.size = null,
super(key: key);