Top Line Overlay Painter
class TopLineOverlayPainter(colorSchemeQuery: (AuroraColorScheme) -> Color) : AuroraOverlayPainter
Content copied to clipboard
Overlay painter that paints a single line at the top edge of the relevant decoration area.
Author
Kirill Grouchnikov
Constructors
Link copied to clipboard
fun TopLineOverlayPainter(colorSchemeQuery: (AuroraColorScheme) -> Color)
Content copied to clipboard
Functions
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.