Description

data class Description(val title: String, val description: String)

Description of the overlay.

Constructors

Link copied to clipboard
constructor(title: String, description: String)

Properties

Link copied to clipboard

The description of the overlay, shown below the title.

Link copied to clipboard

The title of the overlay.