landscape_textfield library

Classes

LandscapeTextField
Contain every attribute of TextField and TextFormField
LandscapeTextFieldWrapper
Wrapper that contains a fullscreen keyboard stack on the whole screen

Enums

LandscapeTextFieldBehavior
How the keyboard will appear in landscape mode AUTO_OPEN: When TextField is currently focused in portrait mode, rotating your device will automatically open fullscreen keyboard KEEP_FOCUS: When TextField is currently focused in portrait mode, rotating your device will keep the field focus but keyboard will be hidden. When you are done with the input, your TextField cursor is still there

Functions

closeKeyboard(BuildContext context) → dynamic