spritewidget
spritewidget
ActionDelay
ActionDelay constructor
ActionDelay
ActionDelay class
Constructors
ActionDelay
Properties
curve
duration
hashCode
runtimeType
Methods
noSuchMethod
step
toString
update
Operators
operator ==
ActionDelay constructor
ActionDelay
(
double
delay
)
Creates a new action with the specified
delay
Implementation
ActionDelay(double delay) : super(delay);