Decoration

data class Decoration(val backgroundColor: Int? = null)

The decoration of the StoryStep

Parameters

backgroundColor

The background color.

Constructors

Link copied to clipboard
constructor(backgroundColor: Int? = null)

Properties

Link copied to clipboard
val backgroundColor: Int? = null