isAnimating property
bool
get
isAnimating
Whether the size is being currently animated towards the child's size.
See RenderAnimatedSizeState for situations when we may not be animating the size.
Implementation
bool get isAnimating => _controller.isAnimating;