reduceMotion property
bool
get
reduceMotion
The platform is requesting that certain animations be simplified and parallax effects removed.
Only supported on iOS.
Implementation
bool get reduceMotion => _kReduceMotionIndex & _index != 0;