spritewidget
spritewidget
Action
duration property
duration
Action class
Constructors
Action
Properties
duration
hashCode
runtimeType
Methods
step
update
noSuchMethod
toString
Operators
operator ==
duration property
double
duration
The total time it will take to complete the action, in seconds.
Implementation
double get duration => 0.0;