Flat Border Painter
Border painter that draws flat appearance.
Author
Kirill Grouchnikov
Constructors
FlatBorderPainter
Link copied to clipboard
Functions
get Bottom Border Color
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.
get Mid Border Color
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.
get Representative Color
Link copied to clipboard
open override fun getRepresentativeColor(borderScheme: AuroraColorScheme): Color
Content copied to clipboard
get Top Border Color
Link copied to clipboard
Computes the color of the top portion of the border. Override to provide different visual.
paint Border
Link copied to clipboard
open override fun paintBorder(drawScope: DrawScope, size: Size, outline: Outline, outlineInner: Outline?, borderScheme: AuroraColorScheme, alpha: Float)
Content copied to clipboard