CubeTransform class

Inheritance

Constructors

CubeTransform()

Properties

hashCode int
The hash code for this object.
no setterinherited
modifier Modifier?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

horizontal(double aniValue, int index, double page, Widget child) Transform
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transform(int index, double page, double aniValue, Widget child) Widget
if (page == index) { /// 静止状态 } else if (page > index) { /// 滑动状态:当前要离开的页面 (aniValue 1-0) } else { /// 滑动状态:下一个要进来的页面 (aniValue 0-1) }
override
vertical(double aniValue, int index, double page, Widget child) Transform

Operators

operator ==(Object other) bool
The equality operator.
inherited