TopShadowOverlayPainter

class TopShadowOverlayPainter : AuroraOverlayPainter

Overlay painter that paints a few pixel-high drop shadow at the top edge of the relevant decoration area. The constructor is private to enforce that .getInstance is the only way an application can get an instance of this class.

Author

Kirill Grouchnikov

Types

Link copied to clipboard
object Companion

Functions

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

Paints the overlay.

Properties

Link copied to clipboard
open override val displayName: String

The display name of this trait.