BlockQuoteGutter

A composable function that draws the gutter beside a BlockQuote.

BarGutter is provided as the reasonable default of a simple vertical line.

Inheritors

Types

Link copied to clipboard
data class BarGutter(val startMargin: TextUnit = 6.sp, val barWidth: TextUnit = 3.sp, val endMargin: TextUnit = 6.sp, val color: (contentColor: Color) -> Color = { it.copy(alpha = .25f) }) : BlockQuoteGutter

Functions

Link copied to clipboard