TransitionsBuilders class

all of the methods in this file map to existing, already-tested flutter widgets so no-need to include them in test-coverage a class that holds presets of common route transition builder

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fadeIn → const RouteTransitionsBuilder
creates an animation when the route fades in
noTransition → const RouteTransitionsBuilder
returns the passed in widget with animations
slideBottom → const RouteTransitionsBuilder
creates an animation when the route slides to bottom direction
slideLeft → const RouteTransitionsBuilder
creates an animation when the route slides from left direction
slideLeftWithFade → const RouteTransitionsBuilder
creates an animation when the route slides from left direction with fade
slideRight → const RouteTransitionsBuilder
creates an animation when the route slides from right direction
slideRightWithFade → const RouteTransitionsBuilder
creates an animation when the route slides from right direction with fade
slideTop → const RouteTransitionsBuilder
creates an animation when the route slides to top direction
zoomIn → const RouteTransitionsBuilder
creates an animation when the route zooms in