Banner

data class Banner(var title: String = "")

This class represents a single banner.

Author

IODevBlue

Since

1.0.0

Constructors

Link copied to clipboard
fun Banner(title: String = "")

Properties

Link copied to clipboard
var background: Drawable? = null

The background specific to the Banner.

Link copied to clipboard
var image: Any? = null

The Banner image.

Link copied to clipboard
var shapeAppearanceModel: ShapeAppearanceModel? = null

The ShapeAppearanceModel to design edges and corners specific to the Banner.

Link copied to clipboard
var title: String

Title for this Banner.