KeyboardController class

键盘控制器

Constructors

KeyboardController()

Properties

animationController AnimationController?
no getter
cursorIndex int
当前光标位置
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onPlateNumberChanged ← dynamic Function(int index, String value)
no getter
plateNumber String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles PlateStyles
no getter

Methods

dispose() → void
移除悬浮窗口
hideKeyboard() → void
隐藏键盘
isKeyboardShowing() bool
键盘是否可见
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showKeyboard(BuildContext context) → void
显示键盘
toString() String
A string representation of this object.
inherited

Operators

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