Answers for "flutter materialpageroute no animation"

0

flutter materialpageroute no animation

Navigator.pushReplacement(
      context, 
      PageRouteBuilder(
        pageBuilder: (context, animation1, animation2) => Page1(),
        transitionDuration: Duration(seconds: 0),
    ),
);
Posted by: Guest on February-24-2021

Code answers related to "flutter materialpageroute no animation"

Code answers related to "Dart"

Browse Popular Code Answers by Language