PopPageState constructor

PopPageState({
  1. dynamic returnedParam,
  2. int? popTimes,
  3. bool rootNavigator = false,
})

Implementation

PopPageState({this.returnedParam, this.popTimes, this.rootNavigator = false});