TransformInfo class
Constructors
Properties
- activeIndex → int
-
The
activeIndex
of the PageViewfinal - done → bool
-
User drag is done.
final
- forward → bool
-
Next
index
is greater than thisindex
final - fromIndex → int
-
The
activeIndex
of the PageView, from user start to swipe It will change when user end dragfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
The
height
of theTransformerPageView
final - index → int
-
The
index
of the widget pass to PageTransformer.transformfinal - position → double
-
The
position
of the widget pass to PageTransformer.transform Aposition
describes how visible the widget is. The widget in the center of the screen' which is full visible, position is 0.0. The widge in the left ,may be hidden, of the screen's position is less than 0.0, -1.0 when out of the screen. The widge in the right ,may be hidden, of the screen's position is greater than 0.0, 1.0 when out of the screenfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollDirection → Axis
-
Copy from TransformerPageView.scrollDirection
final
- viewportFraction → double
-
Same as TransformerPageView.viewportFraction
final
- width → double
-
The
width
of theTransformerPageView
final
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