m3CodeBlockStyle

fun m3CodeBlockStyle(background: Color = MaterialTheme.colorScheme.surfaceVariant, shape: Shape = MaterialTheme.shapes.medium, innerPadding: PaddingValues = PaddingValues(8.dp)): CodeBlockStyle(source)

Constructs a CodeBlockStyle using recommended defaults for your Material 3 theme.