replayTransitionAtProvider top-level property

  1. @ProviderFor.new(replayTransitionAt)
ReplayTransitionAtFamily replayTransitionAtProvider
final

The step into the frame at index, or null on the first frame.

Replay animates the same way live play does: it is the transition that carries meaning, so stepping forward hands the game the pair it needs rather than leaving it to remember the previous position. Null at index 0, where there is no predecessor, exactly as a cold load is null live.

Implementation

@ProviderFor(replayTransitionAt)
final replayTransitionAtProvider = ReplayTransitionAtFamily._();