FloatingItemCenteredText

An item showing centered italicized text in the secondary color.

This is intended to be used in an FloatingItemList for showing that it's empty, e.g. text would be "Gizmos will appear here, use + to add one".

Parameters

text

the text to show.


fun FloatingItemCenteredText(text: String, modifier: Modifier = Modifier)

An item showing centered italicized text in the secondary color.

This is intended to be used in an FloatingItemList for showing that it's empty, e.g. text would be "Gizmos will appear here, use + to add one".

Parameters

text

the text to show.

modifier