GlassMotionScope constructor
Creates a GlassMotionScope.
lightAngle is a stream of angles in radians. Each emitted value
replaces the lightAngle in the GlassTheme for this subtree.
Implementation
const GlassMotionScope({
required this.child,
this.lightAngle,
super.key,
});