TextFieldPresentationModel

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

Properties

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