ButtonAnimationEffect enum

Inheritance

Constructors

ButtonAnimationEffect(double begin, double end)
const

Values

shrink → const ButtonAnimationEffect
const ButtonAnimationEffect(1.0, 0.97)
enlarge → const ButtonAnimationEffect
const ButtonAnimationEffect(0.97, 1.0)

Properties

begin double
final
end double
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTween(AnimationController controller) Animation<double>
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

Constants

values → const List<ButtonAnimationEffect>
A constant List of the values in this enum, in order of their declaration.