route library
Classes
-
CupertinoExtendedPage<
T> -
CupertinoExtendedPageRoute<
T> -
CupertinoSheetPage<
T> - A modal page that overlays a widget over the current route and animates it from the bottom with a cupertino modal sheet appearance
-
CupertinoSheetRoute<
T> - A modal route that overlays a widget over the current route and animates it from the bottom with a cupertino modal sheet appearance
-
MaterialExtendedPage<
T> -
MaterialExtendedPageRoute<
T> -
SheetPage<
T> - A page that creates a material style SheetRoute.
-
SheetRoute<
T> - A modal route that overlays a widget over the current route and animates it from the bottom
Mixins
-
DelegatedTransitionsRoute<
T> - A mixin used by routes to allow the top route define how the bottom route will animate when the top route enters and exits.
-
PreviousSheetRouteMixin<
T>