ContextExt extension
- on
Properties
- isDarkMode → bool
-
Available on BuildContext, provided by the ContextExt extension
Get the device dark modeno setter - isKeyboardVisible → bool
-
Available on BuildContext, provided by the ContextExt extension
Get if keyboard is visibleno setter - isLandscape → bool
-
Available on BuildContext, provided by the ContextExt extension
Check if the device orientation is landscapeno setter - isPortrait → bool
-
Available on BuildContext, provided by the ContextExt extension
Check if the device orientation is portraitno setter - keyboardHeight → double
-
Available on BuildContext, provided by the ContextExt extension
Get the height of the keyboardno setter - orientation → Orientation
-
Available on BuildContext, provided by the ContextExt extension
Get the device orientationno setter
Methods
-
hideKeyboard(
) → void -
Available on BuildContext, provided by the ContextExt extension
Hide keyboard