EventTimeline constructor

EventTimeline(
  1. int frameCount
)

Implementation

EventTimeline(int frameCount)
    : frames = Float32List(frameCount),
      events = List<Event?>.filled(frameCount, null, growable: false);