LockOrientation constructor
Creates a LockOrientation
widget.
The child
parameter is required and represents the widget that will
be displayed within the locked orientation.
Implementation
const LockOrientation({required this.child, Key? key}) : super(key: key);