PopRoute constructor

PopRoute({
  1. required Widget child,
})

Implementation

PopRoute({
  required Widget child,
}):
      _child = child;