TwoColorTimeline constructor

TwoColorTimeline(
  1. int frameCount
)

Implementation

TwoColorTimeline(int frameCount)
    : frames = Float32List(frameCount * TwoColorTimeline.entries),
      super(frameCount);