SyncedLineText

fun SyncedLineText(line: ERROR CLASS: Symbol not found for SyncedLine, isLineRtl: Boolean, textStyle: ERROR CLASS: Symbol not found for TextStyle, textColor: ERROR CLASS: Symbol not found for Color, modifier: ERROR CLASS: Symbol not found for Modifier = Modifier)

Displays a simple lyrics line that is synced to a specific time but has no internal arithmetic/karaoke animation. Typically used for non-karaoke synced lyrics (LRC format).

Parameters

line

The synced line data.

isLineRtl

Whether the line content is Right-to-Left.

textStyle

The text style for the content.

textColor

The color for the text.

modifier

Modifier for the layout.