isAnimating property
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;
Whether the size is being currently animated towards the child's size.
See RenderAnimatedSizeState for situations when we may not be animating the size.
bool get isAnimating => _controller.isAnimating;