TextareaEditorBase class
Base class for an editor that uses a textarea as input and a Div as a render output
- Implemented types
- Implementers
Constructors
Properties
- disabled ↔ bool
-
read / write
- displayMode ↔ String
-
Gets the mode in which the editor is in
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- onUpdated → Stream
-
Event emitted when value changes
read-onlyinherited
- renderTarget ↔ EditorRenderTarget
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value ↔ String
-
Gets the updated value of the editor
read / writeinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
revertAllChanges(
) → void -
Reverts all edits, restores state to when the component was
created
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited