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: ERROR CLASS: Symbol not found for TextUnit = 6.sp, val barWidth: ERROR CLASS: Symbol not found for TextUnit = 3.sp, val endMargin: ERROR CLASS: Symbol not found for TextUnit = 6.sp, val color: (@R|kotlin/ParameterName|(name = String(contentColor)) ERROR CLASS: Symbol not found for Color) -> ERROR CLASS: Symbol not found for Color = { it.copy(alpha = .25f) }) : BlockQuoteGutter

Functions

Link copied to clipboard
abstract fun RichTextScope.drawGutter()