BuildContextX extension

Extension on BuildContext

on

Properties

animation Animation<double>?
Get the page transition animation
no setter
routeData RouteData
Get the scoped RouteData. It looks up the widget tree for the closest sub route and returns itsRouteData.
no setter
routerOutlet Widget
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>?
Get the page transition secondary animation
no setter