JsonContainerBuilder constructor
JsonContainerBuilder({
- Alignment? alignment,
- required Clip clipBehavior,
- Color? color,
- BoxConstraints? constraints,
- BoxDecoration? decoration,
- BoxDecoration? foregroundDecoration,
- double? height,
- EdgeInsets? margin,
- EdgeInsets? padding,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- 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);