Skip to main content
1

📐 Screen Dimensions

double
The total size of the screen. Equivalent to MediaQuery.sizeOf(context).
double
The width of the screen in logical pixels.
double
The height of the screen in logical pixels.
2

🧭 Orientation

Orientation
Current device orientation (portrait or landscape)
bool
Returns true if the device is in landscape mode.
bool
Returns true if the device is in portrait mode.
3

🎨 Theme & System

bool
Returns true if the system theme is dark.
Brightness
The current platform brightness (light or dark).
EdgeInsets
Safe area padding (e.g., for notches or Dynamic Island).
bool
Returns true if the software keyboard is currently visible (bottom view insets > 0).