JsonAnimatedContainerBuilderModel constructor

const JsonAnimatedContainerBuilderModel(
  1. Map<String, dynamic> args, {
  2. AlignmentGeometry? alignment,
  3. Clip clipBehavior = Clip.none,
  4. Color? color,
  5. BoxConstraints? constraints,
  6. Curve curve = Curves.linear,
  7. required dynamic decoration,
  8. required Duration duration,
  9. required dynamic foregroundDecoration,
  10. double? height,
  11. EdgeInsetsGeometry? margin,
  12. void onEnd()?,
  13. EdgeInsetsGeometry? padding,
  14. Matrix4? transform,
  15. AlignmentGeometry? transformAlignment,
  16. double? width,
  17. JsonWidgetData? child,
})

Implementation

const JsonAnimatedContainerBuilderModel(
  super.args, {
  this.alignment,
  this.clipBehavior = Clip.none,
  this.color,
  this.constraints,
  this.curve = Curves.linear,
  required this.decoration,
  required this.duration,
  required this.foregroundDecoration,
  this.height,
  this.margin,
  this.onEnd,
  this.padding,
  this.transform,
  this.transformAlignment,
  this.width,
  this.child,
});