CollaborationTheme
fun CollaborationTheme(theme: Theme, lightStatusBarIcons: Boolean = false, content: @Composable (isDarkTheme: Boolean) -> Unit)
Composable function to generate the Collaboration M3 Theme
Parameters
theme
Theme input theme
lightStatusBarIcons
Boolean flag indicating if the system bars should be transparent, true if transparent, false otherwise
content
@androidx.compose.runtime.Composable Function1<@kotlin.ParameterName Boolean, Unit> composable callback with isDarkTheme as input flag