KeyboardUtils class
键盘相关操作工具类
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
clearClientKeyboard(
) → void - 清除数据
-
hideKeyboard(
) → void - 隐藏键盘
-
isKeyboardVisible(
) → Future< bool> - 检查键盘是否可见
-
showKeyboard(
) → void - 显示键盘
-
toggleKeyboard(
) → void - 切换键盘显示状态