JsonAnimatedPositionedBuilder constructor
JsonAnimatedPositionedBuilder({})
Implementation
JsonAnimatedPositionedBuilder({
this.bottom,
this.curve,
required this.duration,
this.height,
this.left,
this.onEnd,
this.right,
this.top,
this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);