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