SkawaEditor class
Interface describing an Editor
- Implementers
Constructors
Properties
- displayMode ↔ String
-
Gets the mode in which the editor is in
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- onUpdated → Stream
-
Event emitted when value changes
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- value ↔ String
-
Gets the updated value of the editor
read / write
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited