RotateTimeline constructor

RotateTimeline(
  1. int frameCount
)

Implementation

RotateTimeline(int frameCount)
    : frames = Float32List(frameCount << 1),
      super(frameCount);