get_navigation/src/routes/transitions_type library
Enums
- Transition
- Enum defining various types of transitions that can be applied when navigating between routes.
Typedefs
- GetPageBuilder = Widget Function()
- Typedef representing a function that returns a widget.
-
GetRouteAwarePageBuilder<
T> = Widget Function([GetPageRoute< T> ? route]) - Typedef representing a function that takes an optional GetPageRoute route parameter and returns a widget.