FlatDecorationPainter

class FlatDecorationPainter : AuroraDecorationPainter

Decoration painter that paints a flat appearance.

Author

Kirill Grouchnikov

Constructors

FlatDecorationPainter
Link copied to clipboard
fun FlatDecorationPainter()

Functions

paintDecorationArea
Link copied to clipboard
open override fun paintDecorationArea(drawScope: DrawScope, decorationAreaType: DecorationAreaType, componentSize: Size, outline: Outline, rootSize: Size, offsetFromRoot: Offset, colorScheme: AuroraColorScheme)

Paints the decoration area as a specified shape.

Properties

displayName
Link copied to clipboard
open override val displayName: String

The display name of this trait.