Text Field Presentation Model
data class TextFieldPresentationModel(keyboardOptions: KeyboardOptions, keyboardActions: KeyboardActions, singleLine: Boolean, showBorder: Boolean, maxLines: Int, visualTransformation: VisualTransformation) : PresentationModel
Content copied to clipboard
Properties
keyboardActions
Link copied to clipboard
keyboardOptions
Link copied to clipboard
showBorder
Link copied to clipboard
singleLine
Link copied to clipboard
visualTransformation
Link copied to clipboard