Area

data class Area(val title: String, val iconId: Int, val description: String)

Represents an area of the onboarding screen.

Constructors

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

Properties

Link copied to clipboard

The description of the area.

Link copied to clipboard
val iconId: Int

The resource ID for the icon.

Link copied to clipboard

The title of the area.