StandardTextFieldOptions

data class StandardTextFieldOptions(val singleLine: Boolean = true, val inputType: StandardTextFieldOptions.InputType = InputType.NORMAL, val returnType: StandardTextFieldOptions.ReturnType = ReturnType.DONE)

Constructors

Link copied to clipboard
constructor(singleLine: Boolean = true, inputType: StandardTextFieldOptions.InputType = InputType.NORMAL, returnType: StandardTextFieldOptions.ReturnType = ReturnType.DONE)

Properties

Link copied to clipboard
val singleLine: Boolean = true

Functions

Link copied to clipboard