onStepChange property

void Function()? onStepChange
getter/setter pair

Description: Implement this method to monitor the animation step changes in the dynamic PPT. When to Trigger Notify when the animation steps in the dynamic PPT change.

Implementation

/// When to Trigger Notify when the animation steps in the dynamic PPT change.
static void Function()? onStepChange;