InputController class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2024/11/26 create_time: 11:15 describe: 优化输入框 InputText 的控制器

Constructors

InputController.new()

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

addPop() → void
bind(InputTextState state) → void
clearContent() → void
dispose() → void
getRenderBox() RenderBox?
getState() InputTextState?
getTextEditingController() TextEditingController?
hasContent() bool
isFocus() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notyListUiChange() → void
removePop() → void
setText(String text) → void
toString() String
A string representation of this object.
inherited

Operators

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