Setting On Click
data class SettingOnClick(val title: String, val key: String, val summary: String? = null, val onClick: suspend () -> Unit) : Setting
Represents a setting that can be clicked to perform an action. The SettingsProvider.getSettingItems will be called again after the action is performed.