vxnavigator property

NavigatorState? vxnavigator

Extension for navigation to next page Returns The state from the closest instance of this class that encloses the given context.

It is used for routing in flutter

Implementation

NavigatorState? get vxnavigator => Navigator.of(this);