ProvidePlaceholderTheme

Provides theme to all Modifier.placeholder(...) calls inside content.

Example:

ProvidePlaceholderTheme(materialPlaceholderTheme()) {
// every placeholder under here picks up Material colors automatically
MyScreen()
}