DrawOrderTimeline constructor

DrawOrderTimeline(
  1. int frameCount
)

Implementation

DrawOrderTimeline(int frameCount)
    : frames = Float32List(frameCount),
      drawOrders = List<Int32List?>.filled(frameCount, null, growable: false);