orientation property
Orientation
get
orientation
Get the device orientation
Example: context.orientation
Implementation
Orientation get orientation => MediaQuery.of(this).orientation;
Get the device orientation
Example: context.orientation
Orientation get orientation => MediaQuery.of(this).orientation;