TimelineStepBuilder typedef

TimelineStepBuilder = AnimationTimelineStep Function(int index, AnimationController controller)

Builds one timeline step for a staged controller choreography.

Implementation

typedef TimelineStepBuilder =
    AnimationTimelineStep Function(int index, AnimationController controller);