← Back to Foundation
DisableSelection
Component
in
Foundation
. Since 1.0.0Overview
Examples
Community Notes
Disables text selection for its direct or indirect children. To use this, simply add this to wrap one or more text composables.
Overloads
DisableSelection
@Composable
fun DisableSelection(content: @Composable () -> Unit)
Previous Component← Dialog
Next ComponentDrawBorder →