Flat Border Painter
Border painter that draws flat appearance.
Author
Kirill Grouchnikov
Constructors
Functions
Link copied to clipboard
open override fun getBottomBorderColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
Computes the color of the bottom portion of the border. Override to provide different visual.
Link copied to clipboard
open override fun getMidBorderColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
Computes the color of the middle portion of the border. Override to provide different visual.
Link copied to clipboard
open override fun getRepresentativeColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
Link copied to clipboard
Computes the color of the top portion of the border. Override to provide different visual.
Link copied to clipboard
open override fun paintBorder(drawScope: DrawScope, size: Size, outline: Outline, outlineInner: Outline?, borderScheme: AuroraColorScheme, alpha: Float)
Content copied to clipboard