JsonContainerBuilder constructor

JsonContainerBuilder({
  1. Alignment? alignment,
  2. required Clip clipBehavior,
  3. Color? color,
  4. BoxConstraints? constraints,
  5. BoxDecoration? decoration,
  6. BoxDecoration? foregroundDecoration,
  7. double? height,
  8. EdgeInsets? margin,
  9. EdgeInsets? padding,
  10. Matrix4? transform,
  11. AlignmentGeometry? transformAlignment,
  12. double? width,
})

Implementation

JsonContainerBuilder({
  this.alignment,
  required this.clipBehavior,
  this.color,
  this.constraints,
  this.decoration,
  this.foregroundDecoration,
  this.height,
  this.margin,
  this.padding,
  this.transform,
  this.transformAlignment,
  this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);