TransformInfo class
Constructors
Properties
- activeIndex → int?
-
The
activeIndexof the PageViewfinal - done → bool?
-
User drag is done.
final
- forward → bool?
-
Next
indexis greater than thisindexfinal - fromIndex → int
-
The
activeIndexof 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
heightof theTransformerPageViewfinal - index → int?
-
The
indexof the widget pass to PageTransformer.transformfinal - position → double?
-
The
positionof the widget pass to PageTransformer.transform Apositiondescribes how visible the widget is. The widget in the center of the screen' which is full visible, position is 0.0. The widget in the left ,may be hidden, of the screen's position is less than 0.0, -1.0 when out of the screen. The widget 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
widthof theTransformerPageViewfinal
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