effectiveMotion property
The profile actually driving simulations: MorphMotion.instant under reduced motion, motion otherwise.
Implementation
MorphMotion get effectiveMotion =>
_disableAnimations ? .instant : _userMotion;
The profile actually driving simulations: MorphMotion.instant under reduced motion, motion otherwise.
MorphMotion get effectiveMotion =>
_disableAnimations ? .instant : _userMotion;