orientation property
Orientation
get
orientation
获取屏幕的方向
Implementation
Orientation get orientation => MediaQuery.of(this).orientation;
获取屏幕的方向
Orientation get orientation => MediaQuery.of(this).orientation;