BottomLineOverlayPainter

class BottomLineOverlayPainter(colorSchemeQuery: (AuroraColorScheme) -> Color) : AuroraOverlayPainter

Overlay painter that paints a single line at the bottom edge of the relevant decoration area.

Author

Kirill Grouchnikov

Constructors

BottomLineOverlayPainter
Link copied to clipboard
fun BottomLineOverlayPainter(colorSchemeQuery: (AuroraColorScheme) -> Color)

Functions

paintOverlay
Link copied to clipboard
open override fun paintOverlay(drawScope: DrawScope, decorationAreaType: DecorationAreaType, width: Float, height: Float, colors: AuroraSkinColors)

Paints the overlay.

Properties

displayName
Link copied to clipboard
open override val displayName: String

The display name of this trait.