toggle menu
Writeopia
common
switch theme
search in API
writeopia_ui
/
io.writeopia.ui.model
/
TextInput
Text
Input
data
class
TextInput
(
val
text
:
String
,
val
start
:
Int
,
val
end
:
Int
)
Members
Constructors
Text
Input
Link copied to clipboard
constructor
(
text
:
String
,
start
:
Int
,
end
:
Int
)
Properties
end
Link copied to clipboard
val
end
:
Int
start
Link copied to clipboard
val
start
:
Int
text
Link copied to clipboard
val
text
:
String