BuildContextExtension extension
Extension on the BuildContext class providing additional functionality related to UI building.
- on
Properties
- deviceHeight → double
-
Retrieves the height of the device screen.
no setter
- deviceWidth → double
-
Retrieves the width of the device screen.
no setter
- isDarkMode → bool
-
Indicates whether the app is currently in dark mode.
no setter
- isLightMode → bool
-
Indicates whether the app is currently in light mode.
no setter