EnterTransition class abstract

EnterTransition defines how an AnimatedVisibility Widget appears on screen as it becomes visible. The 4 categories of EnterTransitions available are:

EnterTransitionNone can be used when no enter transition is desired.

Different EnterTransitions can be combined using plus operator

Implementers
Annotations

Constructors

EnterTransition()

Properties

data → TransitionData
no setter
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 +(EnterTransition enter) EnterTransition
Combines different enter transitions.
operator ==(Object other) bool
The equality operator.
inherited