Open
Description
Use case
For iOS, the MediaQuery.of(context).disableAnimations
does not detect whether it is Reduce Motion on or off currently.
Thus, it would be very beneficial to expose the AccessibilityFeatures.reduceMotion
to MediaQueryData
so that the users can check the flag, Or, alternatively, we should make the disableAnimations
flag to reflect the reduceMotion
flag for iOS.
Proposal
Solution 1:
- Expose the
AccessibilityFeatures.reduceMotion
toMediaQueryData
Solution 2:
- Modify the
MediaQueryData.disableAnimations
flag to reflect on iOS's ReduceMotion flag.