Bottom Line Overlay Painter
class BottomLineOverlayPainter(colorSchemeQuery: (AuroraColorScheme) -> Color) : AuroraOverlayPainter
Content copied to clipboard
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)
Content copied to clipboard
Functions
paint Overlay
Link copied to clipboard
open override fun paintOverlay(drawScope: DrawScope, decorationAreaType: DecorationAreaType, width: Float, height: Float, colors: AuroraSkinColors)
Content copied to clipboard
Paints the overlay.
Properties
displayName
Link copied to clipboard