Background

open class Background

Author

Umang Chamaria

Constructors

Background
Link copied to clipboard
open fun Background(@Nullable() color: Color, @Nullable() content: String)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

color
Link copied to clipboard
val color: Color
content
Link copied to clipboard
val content: String