BuildContextX extension

Extension on BuildContext

on

Properties

animation Animation<double>?

Available on BuildContext, provided by the BuildContextX extension

Get the page transition animation
no setter
routeData RouteData

Available on BuildContext, provided by the BuildContextX extension

Get the scoped RouteData. It looks up the widget tree for the closest sub route and returns itsRouteData.
no setter
routerOutlet Widget

Available on BuildContext, provided by the BuildContextX extension

Get the scoped router outlet widget. It looks up the widget tree for the closest sub route and returns its router outlet widget.
no setter
secondaryAnimation Animation<double>?

Available on BuildContext, provided by the BuildContextX extension

Get the page transition secondary animation
no setter