ContainerSimple constructor
ContainerSimple({
- String bootstrapClass = "",
- AlignmentGeometry? alignment,
- Widget? child,
- Clip? clipBehavior,
- Color? color,
- BoxConstraints? constraints,
- Decoration? decoration,
- Decoration? foregroundDecoration,
- double? height,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- double? width = 0,
Implementation
ContainerSimple({
this.bootstrapClass="",
this.alignment,
this.child,
this.clipBehavior,
this.color,
this.constraints,
this.decoration,
this.foregroundDecoration,
this.height,
this.margin,
this.padding,
this.transform,
this.transformAlignment,
this.width=0,
});