TTextController class
Controller for managing the content and state of the TTextEditor
.
Constructors
- TTextController.new({String? initialText, bool isReadOnly = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- quillController → QuillController
-
Internal access to the quill controller (hidden from external use).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDescription(
) → String - Get the current text as a JSON string.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDescription(
String jsonString) → void - Set the text content using a JSON string.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited