TextElement class

Inheritance

Constructors

TextElement.new({required MeshElement? parent, required List<Map<String, dynamic>> delta, required RuntimeDocument doc})

Properties

delta List<Map<String, dynamic>>
final
doc RuntimeDocument
finalinherited
hashCode int
The hash code for this object.
no setterinherited
parent MeshElement?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(void listener()) → void
inherited
delete(int index, int length) → void
format(int from, int length, Map<String, dynamic> attributes) → void
insert(int index, String text, {Map<String, dynamic>? attributes}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
inherited
removeListener(void listener()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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