JsonAnimatedPositionedBuilder constructor

JsonAnimatedPositionedBuilder({
  1. double? bottom,
  2. Curve? curve,
  3. required Duration duration,
  4. double? height,
  5. double? left,
  6. VoidCallback? onEnd,
  7. double? right,
  8. double? top,
  9. double? width,
})

Implementation

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