SequenceText class

A single entry in an AnimatedTextSequence.

Each SequenceText carries its own text, optional effects, optional style override, and optional inline segments for mixed animated/static content.

Constructors

SequenceText(String text, {List<TextEffect> effects = const [], TextStyle? style, List<TextSegment>? segments})
Creates a SequenceText entry for AnimatedTextSequence.
const

Properties

effects List<TextEffect>
Animation effects applied to this text.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<TextSegment>?
Optional inline segments for mixed content (static + animated).
final
style TextStyle?
Optional style override for this item.
final
text String
The text to display.
final

Methods

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