stepTime property

void stepTime=(double stepTime)

Sets a fixed step time to all frames.

Implementation

set stepTime(double stepTime) {
  frames.forEach((frame) => frame.stepTime = stepTime);
}