ShakeAnimationController class

抖动动画控制器

Constructors

ShakeAnimationController()

Properties

animationRunging bool
当前抖动动画的状态
getter/setter pair
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
removeListener() → void
移除监听
setShakeListener(ShakeAnimationListener listener) → dynamic
控制器中添加监听
start({int shakeCount = 1}) → void
打开
stop() → void
关闭
toString() String
A string representation of this object.
inherited

Operators

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