m3BlockQuoteStyle

fun m3BlockQuoteStyle(background: Color = MaterialTheme.colorScheme.surfaceVariant, shape: Shape = MaterialTheme.shapes.medium, barWidth: Dp = 4.dp, barColor: Color = MaterialTheme.colorScheme.onSurfaceVariant, barShape: Shape = RectangleShape, innerPadding: PaddingValues = PaddingValues(8.dp)): BlockQuoteStyle(source)

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