SelectionSample
@Composable
fun SelectionSample() {
SelectionContainer {
Column {
Text("Text 1")
Text("Text 2")
Text("טקסט 3")
}
}
}Enables text selection for its direct or indirect children.
@Composable
fun SelectionSample() {
SelectionContainer {
Column {
Text("Text 1")
Text("Text 2")
Text("טקסט 3")
}
}
}