FadeSlideOut class

Fades and slides the child out simultaneously.

Inheritance

Constructors

FadeSlideOut({Offset offset = const Offset(0, 0.15)})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
The ending offset (fractional, relative to child size). Defaults to slightly below: Offset(0, 0.15).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, Animation<double> animation, Widget child) Widget
Builds the transitioning widget. animation goes from 0.0 (start) to 1.0 (fully visible). For enter transitions, 0→1. For exit transitions, 1→0.
override
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 +(MotionTransition other) ComposedTransition
Composes this transition with other so both effects apply simultaneously.
inherited
operator ==(Object other) bool
The equality operator.
inherited