JsonAnimatedPositionedDirectionalBuilder constructor

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

Implementation

const JsonAnimatedPositionedDirectionalBuilder({
  this.bottom,
  this.curve,
  required this.duration,
  this.end,
  this.height,
  this.onEnd,
  this.start,
  this.top,
  this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);