PerfectTextController class
- Annotations
Constructors
- PerfectTextController({TextEditingController? textEditingController, FocusNode? focusNode, bool selectAllOnFocus = true, bool readyOnly = false, void onTextChange(String value)?, void onFocusChange(bool value)?})
Properties
- focusNode → FocusNode
-
final
- hasFocus → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFocusChange → void Function(bool value)?
-
final
- onTextChange → void Function(String value)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rxText → RxString
-
final
- text ↔ String
-
getter/setter pair
- textController → TextEditingController
-
final
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestFocus(
[FocusNode? node]) → void -
requestFocusWithSelectAll(
[FocusNode? node]) → void -
selectAll(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unfocus(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- focused ↔ PerfectTextController?
-
getter/setter pair