SpellOutStringAttribute class base

A string attribute that causes the assistive technologies, e.g. VoiceOver, to spell out the string character by character.

See also:

Inheritance

Constructors

SpellOutStringAttribute({required TextRange range})
Creates a string attribute that denotes the text in range must be spell out when the assistive technologies announce the string.

Properties

hashCode int
The hash code for this object.
no setterinherited
range TextRange
The range of the text to which this attribute applies.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy({required TextRange range}) StringAttribute
Creates a new attribute with all properties copied except for range, which is updated to the specified value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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