SpellOutStringAttribute class Null safety
A string attribute that causes the assistive technologies, e.g. VoiceOver, to spell out the string character by character.
See also:
- AttributedString, where the string attributes are used.
- LocaleStringAttribute, which causes the assistive technologies to treat the string in the specific language.
- Inheritance
-
- Object
- StringAttribute
- SpellOutStringAttribute
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
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited