DrawableOutline

data class DrawableOutline(@Px val width: Int, @ColorInt val color: Int)

Represents the outline of the drawable.

Constructors

Link copied to clipboard
constructor(@Px width: Int, @ColorInt color: Int)

Properties

Link copied to clipboard
val color: Int

Color of the drawable outline.

Link copied to clipboard
val width: Int

Width of the drawable outline.