AddTextOption class

Add text to image.

Implemented types

Constructors

AddTextOption()

Properties

canIgnore bool
Whether it is ture, it can be ignored.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
key String
The key of transfer value.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
texts List<EditorText>
The items of added texts.
final
transferValue Map<String, Object>
The value of transfer value.
no setteroverride

Methods

addText(EditorText text) → void
Add text to texts.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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