TextFieldPresentationModel

data class TextFieldPresentationModel(keyboardOptions: KeyboardOptions, keyboardActions: KeyboardActions, singleLine: Boolean, showBorder: Boolean, maxLines: Int, visualTransformation: VisualTransformation) : PresentationModel

Properties

keyboardActions
Link copied to clipboard
val keyboardActions: KeyboardActions
keyboardOptions
Link copied to clipboard
val keyboardOptions: KeyboardOptions
maxLines
Link copied to clipboard
val maxLines: Int
showBorder
Link copied to clipboard
val showBorder: Boolean = true
singleLine
Link copied to clipboard
val singleLine: Boolean = false
visualTransformation
Link copied to clipboard
val visualTransformation: VisualTransformation