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