transition property

  1. @override
TransitionType transition
finalinherited

Parameter name: transition

Used to animate the transition from one screen to another

For more example go to Modular page from gitHub https://github.com/Flutterando/modular

Implementation

@override
final TransitionType transition;