animatingThisDraw property
      
      bool
      get
      animatingThisDraw
      
    
    
    
Implementation
bool get animatingThisDraw =>
    transition != null &&
    transition.inMilliseconds > 0 &&
    !_animationsTemporarilyDisabled;