Source set: Common
public val LocalTextToolbar: ProvidableCompositionLocal<TextToolbar> =
computedDefaultOf("LocalTextToolbar") { LocalOwner.currentValue.textToolbar }
The CompositionLocal to provide text-related toolbar.
The CompositionLocal to provide text-related toolbar.
public val LocalTextToolbar: ProvidableCompositionLocal<TextToolbar> =
computedDefaultOf("LocalTextToolbar") { LocalOwner.currentValue.textToolbar }
The CompositionLocal to provide text-related toolbar.