state property

  1. @visibleForTesting
RenderAnimatedSizeState state

The state this size animation is in.

See RenderAnimatedSizeState for possible states.

Implementation

@visibleForTesting
RenderAnimatedSizeState get state => _state;