AnimationableTouchRippleMixin mixin

Provides an interface for animating the touch ripple effect.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes of the initialized animation instances.
fadeIn() → void
Run the fade-in animation.
fadeOut() → void
Run the fade-out animation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
Run the animation initialised in the current instance.
stop() → void
Stop the actived animation of current instance.
toString() String
A string representation of this object.
inherited

Operators

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