ContainerSimple constructor

ContainerSimple({
  1. String bootstrapClass = "",
  2. AlignmentGeometry? alignment,
  3. Widget? child,
  4. Clip? clipBehavior,
  5. Color? color,
  6. BoxConstraints? constraints,
  7. Decoration? decoration,
  8. Decoration? foregroundDecoration,
  9. double? height,
  10. EdgeInsetsGeometry? margin,
  11. EdgeInsetsGeometry? padding,
  12. Matrix4? transform,
  13. AlignmentGeometry? transformAlignment,
  14. 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,
});