orientation property
Orientation
get
orientation
Retrieves the orientation of the current media query in the current context, similar to MediaQuery.of(context).orientation.
Implementation
Orientation get orientation => MediaQuery.orientationOf(this);