Border

open class Border

Author

Umang Chamaria

Constructors

Border
Link copied to clipboard
open fun Border(@Nullable() color: Color, radius: Double, width: Double)

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

color
Link copied to clipboard
val color: Color
radius
Link copied to clipboard
val radius: Double
width
Link copied to clipboard
val width: Double