setContent

abstract fun setContent(contentBuilder: RowScopeSlot.() -> Unit)

设置按钮的内容。

Parameters

contentBuilder

用于构建按钮内容的 lambda,其作用域为 RowScope。