1

I need to reload the initstate after pop back.I put method below into WillPopScope.

Navigator.of(context).pushNamedAndRemoveUntil(
          NewHomeScreen.routeName,
          (Route<dynamic> route) => false,
        );

The problem is that this navigation is going left to right.It is not giving pop feeling.How can I change the animation right to left.Thanks in advance.

cvsrt
  • 357
  • 4
  • 19

0 Answers0