🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalTextToolbar

The CompositionLocal to provide text-related toolbar.

Source set: Common
public val LocalTextToolbar: ProvidableCompositionLocal<TextToolbar> =
    computedDefaultOf("LocalTextToolbar") { LocalOwner.currentValue.textToolbar }

The CompositionLocal to provide text-related toolbar.