JsonAnimatedSizeBuilder constructor

const JsonAnimatedSizeBuilder({
  1. AlignmentGeometry? alignment,
  2. Clip? clipBehavior,
  3. Curve? curve,
  4. required Duration duration,
  5. Duration? reverseDuration,
})

Implementation

const JsonAnimatedSizeBuilder({
  this.alignment,
  this.clipBehavior,
  this.curve,
  required this.duration,
  this.reverseDuration,
}) : super(numSupportedChildren: kNumSupportedChildren);