SoftKeyboardConfig

constructor(    softKeyboardType: SoftKeyboardType = SoftKeyboardType.DEFAULT,     softKeyboardSmartDashes: Boolean? = null,     softKeyboardSmartQuotes: Boolean? = null,     softKeyboardSpellChecking: Boolean? = null,     softKeyboardTextContentType: String? = null,     softKeyboardSmartInsertDelete: Boolean? = null,     softKeyboardPassword: Boolean = false,     softKeyboardReturnKeyType: SoftKeyboardReturnKeyType = SoftKeyboardReturnKeyType.DEFAULT,     softKeyboardAutocapitalization: Boolean? = null,     softKeyboardAutocorrection: Boolean? = null,     softKeyboardEnablesReturnKeyAutomatically: Boolean = false)