ArnaFadeThroughPageTransitionsBuilder class

Define a page route transition animation in which the outgoing page fades out, then the incoming page fades in and scale up.

This pattern is recommended for a transition between UI elements that do not have a strong relationship to one another.

Scale is only applied to incoming elements to emphasize new content over old.

Properties

fillColor Color?
The color to use for the background color during the transition.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildTransitions<T>(PageRoute<T>? route, BuildContext? context, Animation<double> animation, Animation<double> secondaryAnimation, Widget child) Widget
Wraps the child with ArnaFadeThroughTransition widgets.
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