Compose Modifier

contentColorProvider

Provides contentColor for text and iconography to consume.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

contentColorProvider

Android
public fun Modifier.contentColorProvider(contentColor: Color): Modifier

Provides contentColor for text and iconography to consume. Content color is provided automatically by surface - contentColorProvider can be used for cases where some text or icons inside a surface require a different color for emphasis.

Parameters

contentColor the content color to provide for descendants