PaperTurnBackEffect class

Inheritance

Constructors

PaperTurnBackEffect()
const

Properties

curve Curve
finalinherited
duration Duration
finalinherited
hashCode int
The hash code for this object.
no setterinherited
previousOnTop bool
When true, the router renders the OUTGOING route in the top slot (slot 0) and the INCOMING route underneath (slot 1). Use this for effects where the previous page does the visible movement — e.g. a physical page peeling off the surface and flying away to reveal what was behind it. Default false: incoming on top, previous behind.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

data(BuildContext context, Size size, double value) List<AnimationLayerEffect>
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 ==(Object other) bool
The equality operator.
inherited