JsonAnimatedContainerBuilder constructor

JsonAnimatedContainerBuilder({
  1. AlignmentGeometry? alignment,
  2. required Clip clipBehavior,
  3. Color? color,
  4. BoxConstraints? constraints,
  5. Curve? curve,
  6. BoxDecoration? decoration,
  7. required Duration duration,
  8. BoxDecoration? foregroundDecoration,
  9. double? height,
  10. EdgeInsetsGeometry? margin,
  11. VoidCallback? onEnd,
  12. EdgeInsetsGeometry? padding,
  13. Matrix4? transform,
  14. AlignmentGeometry? transformAlignment,
  15. double? width,
})

Implementation

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