DisableSelection
Source set: Common
@Composable
fun DisableSelection(content: @Composable () -> Unit)
Disables text selection for its direct or indirect children. To use this, simply add this to wrap one or more text composables.
Disables text selection for its direct or indirect children.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun DisableSelection(content: @Composable () -> Unit)
Disables text selection for its direct or indirect children. To use this, simply add this to wrap one or more text composables.
Last updated: