JsonAnimatedSizeBuilder constructor
const
JsonAnimatedSizeBuilder({
- AlignmentGeometry? alignment,
- Clip? clipBehavior,
- Curve? curve,
- required Duration duration,
- Duration? reverseDuration,
Implementation
const JsonAnimatedSizeBuilder({
this.alignment,
this.clipBehavior,
this.curve,
required this.duration,
this.reverseDuration,
}) : super(numSupportedChildren: kNumSupportedChildren);