orientation property
Orientation
get
orientation
similar to MediaQuery.of(context).orientation
Implementation
Orientation get orientation => MediaQuery.of(this).orientation;
similar to MediaQuery.of(context).orientation
Orientation get orientation => MediaQuery.of(this).orientation;