Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalTextToolbar

The CompositionLocal to provide text-related toolbar.

Source set: Common
val LocalTextToolbar =
staticCompositionLocalOf<TextToolbar> { noLocalProvidedFor("LocalTextToolbar") }

The CompositionLocal to provide text-related toolbar.

Last updated: