WaveFillColor

data class WaveFillColor(val topColor: Color = Color.Black, val bottomColor: Color = Color.Black, val topBrush: Brush? = null, val bottomBrush: Brush? = null)

hold the color values

Constructors

Link copied to clipboard
constructor(topColor: Color = Color.Black, bottomColor: Color = Color.Black, topBrush: Brush? = null, bottomBrush: Brush? = null)

Properties

Link copied to clipboard
val bottomBrush: Brush? = null
Link copied to clipboard
Link copied to clipboard
val topBrush: Brush? = null
Link copied to clipboard