MarqueeText
Show a single line Marquee text, with a pause (initial and between cycles) and speed.
Otherwise is mostly the same as the Text composable, without params that don't apply for marquee, such as maxLines.
Only scrolls if required, and otherwise uses textAlign to show the content in a stationary position.
Parameters
The text to be displayed, where AnnotatedString allows multiple styles to be used.
Modifier to apply to this layout node.
A map store composables that replaces certain ranges of the text. It's used to insert composables into text layout. Check InlineTextContent for more information.
Color to apply to the text. If Color.Unspecified, and style has no color set, this will be LocalContentColor.
Style configuration for the text such as color, font, line height etc.
The alignment of the text within the lines of the paragraph. See TextStyle.textAlign.
the width between end of each scrolling text and the start of the following one.
the width of the fade out zone on the edges, so text isn't cut off harshly.
the speed of scrolling in dp per second.
the duration before initially scrolling and each additional scroll.
Show a single line Marquee text, with a pause (initial and between cycles) and speed.
Otherwise is mostly the same as the Text composable, without params that don't apply for marquee, such as maxLines.
Only scrolls if required, and otherwise uses textAlign to show the content in a stationary position.
Parameters
The text to be displayed.
Modifier to apply to this layout node.
Color to apply to the text. If Color.Unspecified, and style has no color set, this will be LocalContentColor.
Style configuration for the text such as color, font, line height etc.
The alignment of the text within the lines of the paragraph. See TextStyle.textAlign.
the width between end of each scrolling text and the start of the following one.
the width of the fade out zone on the edges, so text isn't cut off harshly.
the speed of scrolling in dp per second.
the duration before initially scrolling and each additional scroll.