PopBarrier constructor

const PopBarrier({
  1. Key? key,
  2. required Widget child,
})

Implementation

const PopBarrier({super.key, required this.child});