FluentTextSpan class final
A run of plain text in a message.
The text is exactly what the resolver produced — including any bidi-isolation marks (FSI / PDI, U+2068 / U+2069) it added around interpolated values. Downstream renderers don't need to add their own.
const span = FluentTextSpan('Hello, world!');
print(span.text); // "Hello, world!"
- Inheritance
-
- Object
- FluentSpan
- FluentTextSpan
Constructors
- FluentTextSpan(String text)
-
Wraps the plain
textrun.const
Properties
Methods
-
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.
override