ExpandableText

fun ExpandableText(text: String, maxLines: Int, modifier: Modifier, fontSize: Int)

This composable is a Expandable Text Component It is reusable, and allows you to neatly display overflowing text, by being able to toggle between expanded and collapsed state

Parameters

text

The text to be displayed

maxLines

The number of lines the text is allowed to display on a collapsed state

modifier

The option to modify the display of the text

fontSize

The desired font size of the text