extendMaterial3

fun ThemeBuilder.extendMaterial3(themeBuilder: Material3ThemeBuilder.() -> Unit)

Includes all of Material 3 Compose's MaterialTheme design properties to the given ComposeTheme.

This will cause the children of the created Theme Composable to have.

It also enables the usage of MaterialTheme related extension functions to be used via ComposeTheme, such as ComposeTheme.colorScheme.primary or ComposeTheme.typography.bodyLarge