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