progress property
double
get
progress
the current progress of the animation during expanding or collapsing, it indicates the index item is expanding if the progress is increasing from 0 to 1, it indicates the index item is collapsing if the progress is decreasing from 1 to 0,
Implementation
double get progress => _animationController.value;