BlockQuoteStyle
data class BlockQuoteStyle(val background: Color, val shape: Shape, val barWidth: Dp, val barColor: Color, val barShape: Shape, val innerPadding: PaddingValues)(source)
Describes how a Markdown block quote should appear.