ephemeralButton

Deprecated

Use button + ephemeral instead

Replace with

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

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

Deprecated

Use button + ephemeral instead

Replace with

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

Deprecated

Use button + persistent instead

Replace with

button(content).persistent()

Deprecated

Use button + persistent instead

Replace with

button(content).persistent { block() }