SettingsAction

internal fun SettingsAction(text: String, icon: ImageVector, onClick: () -> Unit)(source)

Renders the SettingsAction UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

icon

icon value consumed by the API.

onClick

callback invoked when the user activates the control.