Package-level declarations

Types

Link copied to clipboard

Height-based window size class.

Link copied to clipboard

Window size classes are a set of opinionated viewport breakpoints to design, develop, and test responsive application layouts against. For more details check Support different screen sizes documentation.

Link copied to clipboard

Width-based window size class.

Properties

Link copied to clipboard

Whether the window height is long (longer than most phones in portrait).

Link copied to clipboard

Whether the window width is long (longer than most phones in portrait).

Link copied to clipboard

Get the window height of the current window. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Link copied to clipboard

Get the window size of the current window in dp. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Link copied to clipboard

Get the window size of the current window in pixels. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Get the window size of the current window in pixels. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Get the window size of the current window in pixels. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Get the window size of the current window in pixels. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Get the window size of the current window in pixels. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Link copied to clipboard

Get the window width of the current window. This matches closely width screen size on mobile devices most of the time, but windows can be resized by the user.

Functions