orientation property
Orientation
get
orientation
The screen orientation.
Implementation
Orientation get orientation => MediaQuery.of(context).orientation;
The screen orientation.
Orientation get orientation => MediaQuery.of(context).orientation;