SettingTextInput

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

Parameters

title

The title of the setting.

key

The key of the setting.

summary

The summary of the setting.

defaultValue

The default value of the setting.