BarrageTransitionItem constructor

const BarrageTransitionItem({
  1. Key? key,
  2. String? id,
  3. double? top,
  4. Widget? child,
  5. ValueChanged? onComplete,
  6. Duration? duration,
})

Implementation

const BarrageTransitionItem(
    {Key? key, this.id, this.top, this.child, this.onComplete, this.duration})
    : super(key: key);