KeyboardLayouts class

keyboard Widget

Inheritance

Constructors

KeyboardLayouts({Key? key, required TextEditingController textEditingController, required FocusNode focusNode, required bool isKeyboardOpen, KeyboardLanguages currentKeyboardLanguage = KeyboardLanguages.english, bool enableLanguageButton = false, Color keysBackgroundColor = Colors.white, Color keyboardBackgroundColor = Colors.white70, double keyElevation = 0, Color keyShadowColor = Colors.black, BorderRadius? keyBorderRadius, TextStyle keyTextStyle = const TextStyle(color: Colors.black, fontSize: 15), KeyboardAction keyboardAction = KeyboardAction.actionDone, Function? keyboardActionDoneEvent, Function? keyboardActionNextEvent})

Properties

currentKeyboardLanguage KeyboardLanguages
Current keyboard Language
getter/setter pair
currentKeyboardsType KeyboardsTypes
Current keyboard type
getter/setter pair
enableLanguageButton bool
Enable and Disable Language Button
final
focusNode FocusNode
Focus Node for TextField
final
hashCode int
The hash code for this object.
no setterinherited
isKeyboardOpen bool
Indicator to show Keyboard Status
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
keyboardAction KeyboardAction
Keyboard Action
final
keyboardActionDoneEvent Function?
Keyboard Action Done Event
getter/setter pair
keyboardActionNextEvent Function?
Keyboard Action Next Event
getter/setter pair
keyboardBackgroundColor Color
Keyboard background color
final
keyBorderRadius BorderRadius?
Key border radius
getter/setter pair
keyElevation double
Key elevation
final
keysBackgroundColor Color
Keys background color
final
keyShadowColor Color
Key shadow color
final
keyTextStyle TextStyle
Key Text Style
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textEditingController TextEditingController
Text Editing Controller of TextField
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<KeyboardLayouts>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited