PopRoute constructor

PopRoute({
  1. required Widget child,
  2. Color? bgColor,
})

Implementation

PopRoute({required this.child, this.bgColor});