get_navigation/src/routes/transitions_type library

This file contains definitions related to transitions and route builders.

Transition enum defines various types of transitions that can be applied when navigating between routes.

GetPageBuilder is a typedef representing a function that returns a widget.

GetRouteAwarePageBuilder is a typedef representing a function that takes an optional GetPageRoute route parameter and returns a widget.

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.