SettingItem

constructor(title: String, key: String, summary: String? = null)

Parameters

title

The title of the setting.

key

The unique key of the setting, will be called when the setting is clicked.

summary

The summary of the setting.