Package-level declarations
Types
Link copied to clipboard
object AppExpandableTextTags
Functions
Link copied to clipboard
fun AppExpandableText(text: String, modifier: Modifier = Modifier, maxLines: Int = 3, expandText: StringResource = Res.string.action_more, expandTextColor: Color = MaterialTheme.colorScheme.primary, collapseText: StringResource = Res.string.action_less, collapseTextColor: Color = MaterialTheme.colorScheme.primary, textAlign: TextAlign = TextAlign.Start, testTag: String = AppExpandableTextTags.TEXT_CONTAINER)
A text component that truncates long text and provides a "More" link to expand it.
Link copied to clipboard