persistentButton

Deprecated

Use button + persistent instead

Replace with

button(style, label, emoji).persistent()

inline suspend fun persistentButton(style: ButtonStyle, label: String? = null, emoji: Emoji? = null, block: PersistentButtonBuilder.() -> Unit): Button(source)

Deprecated

Use button + persistent instead

Replace with

button(style, label, emoji).persistent { block() }

Deprecated

Use button + persistent instead

Replace with

button(content).persistent()

Deprecated

Use button + persistent instead

Replace with

button(content).persistent { block() }