ComposeDialogs
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDialogs
input
/
com.michaelflisar.composedialogs.dialogs.input
/
DialogInput
/
SelectionState
/
Selection
Selection
class
Selection
(
val
start
:
Int
,
val
end
:
Int
)
:
DialogInput.SelectionState
if the input field is initially focused, the defined range of the text will be selected
Members
Constructors
Selection
Link copied to clipboard
constructor
(
start
:
Int
,
end
:
Int
)
Properties
end
Link copied to clipboard
val
end
:
Int
start
Link copied to clipboard
val
start
:
Int