rive package
documentation
rive
SimpleAnimation
mix property
mix
mix
property
Null safety
double
mix
Implementation
double get mix => _mix;
void
mix=
(
double
value
)
Implementation
set mix(double value) => _mix = value.clamp(0, 1).toDouble();
rive package
documentation
rive
SimpleAnimation
mix property
SimpleAnimation class
Constructors
SimpleAnimation
Properties
animationName
autoplay
hashCode
instance
isActive
isActiveChanged
mix
runtimeType
Methods
apply
dispose
init
noSuchMethod
onActivate
onDeactivate
reset
toString
Operators
operator ==