GlassAccessibilityScope constructor
const
GlassAccessibilityScope({})
Creates a GlassAccessibilityScope.
reduceMotion and reduceTransparency are optional overrides.
When null (the default), the scope reads the values from MediaQuery.
Implementation
const GlassAccessibilityScope({
required this.child,
this.reduceMotion,
this.reduceTransparency,
super.key,
});