State of Compose 2023 results are in! Click here to learn more

← Back to Foundation

DisableSelection

Component
in
Foundation
. Since 1.0.0

Overview

Code Examples

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)