BackButton constructor

const BackButton({
  1. Key? key,
  2. bool preventPopping = false,
  3. Function? onPressed,
})

Implementation

const BackButton({Key? key, this.preventPopping = false, this.onPressed})
    : super(key: key);