Property enum

Property enum

Inheritance
Available extensions

Values

rotate → const Property
const Property(1)
x → const Property
const Property(1)
y → const Property
const Property(1)
scaleX → const Property
const Property(1)
scaleY → const Property
const Property(1)
shearX → const Property
const Property(1)
shearY → const Property
const Property(1)
inherit → const Property
const Property(1)
rgb → const Property
const Property(1)
alpha → const Property
const Property(1)
rgb2 → const Property
const Property(1)
attachment → const Property
const Property(1)
deform → const Property
const Property(1)
event → const Property
const Property(1)
drawOrder → const Property
const Property(1)
ikConstraint → const Property
const Property(1)
transformConstraint → const Property
const Property(1)
pathConstraintPosition → const Property
const Property(1)
pathConstraintSpacing → const Property
const Property(1)
pathConstraintMix → const Property
const Property(1)
physicsConstraintInertia → const Property
const Property(1)
physicsConstraintStrength → const Property
const Property(1)
physicsConstraintDamping → const Property
const Property(1)
physicsConstraintMass → const Property
const Property(1)
physicsConstraintWind → const Property
const Property(1)
physicsConstraintGravity → const Property
const Property(1)
physicsConstraintMix → const Property
const Property(1)
physicsConstraintReset → const Property
const Property(1)
sequence → const Property
const Property(1)
sliderTime → const Property
const Property(1)
sliderMix → const Property
const Property(1)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

fromValue(int value) Property

Constants

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