stepCount property
int
get
stepCount
Number of steps in the timeline.
Implementation
int get stepCount => diagram?.steps.length ?? 0;
Number of steps in the timeline.
int get stepCount => diagram?.steps.length ?? 0;